diff options
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 5046aa267..76fc406ad 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -1276,7 +1276,7 @@ download_path_response_cb (GtkDialog *fc, gint response, EphyDialog *dialog) { char *dir; - dir = gtk_file_chooser_get_current_folder (GTK_FILE_CHOOSER (fc)); + dir = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (fc)); if (dir != NULL) { GtkWidget *button; |