]> granicus.if.org Git - transmission/commitdiff
(gtk) #5246 'problems when incomplete-dir is a subdirectory of download-dir': change...
authorJordan Lee <jordan@transmissionbt.com>
Mon, 4 Feb 2013 16:51:52 +0000 (16:51 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Mon, 4 Feb 2013 16:51:52 +0000 (16:51 +0000)
gtk/tr-prefs.c

index dffc3fd744fc05e203709848158276578ad03db0..64bad860382dfb35b11939f8d49fd9c5e2c1f7a7 100644 (file)
@@ -226,7 +226,7 @@ new_path_chooser_button (const tr_quark key, gpointer core)
   g_signal_connect (w, "selection-changed", G_CALLBACK (chosen_cb), core);
 
   if (path != NULL)
-    gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (w), path);
+    gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (w), path);
 
   return w;
 }