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 f95620031..748b0658d 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -869,7 +869,7 @@ create_download_path_button (EphyDialog *dialog) fc = ephy_file_chooser_new (_("Select a Directory"), parent, GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, - NULL, EPHY_FILE_FILTER_NONE); + EPHY_FILE_FILTER_NONE); /* Unset the destroy-with-parent, since gtkfilechooserbutton doesn't * expect this */ |