(gtk) #5246 'problems when incomplete-dir is a subdirectory of download-dir': change the file chooser API calls, based on suggestion from kraai

This commit is contained in:
Jordan Lee 2013-02-04 16:51:52 +00:00
parent 96691dd019
commit 2e251f73cb
1 changed files with 1 additions and 1 deletions

View 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;
}