From c9294601d6951d8745cbcbf8c24112d3a1e78d35 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 31 Jul 2004 13:18:03 +0000 Subject: Start the directory choose in the home dir. Fixes bug #146055. 2004-07-31 Christian Persch * src/prefs-dialog.c: (prefs_download_path_button_clicked_cb): Start the directory choose in the home dir. Fixes bug #146055. --- ChangeLog | 6 ++++++ src/prefs-dialog.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3c0ea6e4b..c1de7c1a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-31 Christian Persch + + * src/prefs-dialog.c: (prefs_download_path_button_clicked_cb): + + Start the directory choose in the home dir. Fixes bug #146055. + 2004-07-31 Christian Persch * src/bookmarks/ephy-bookmarks-menu.c: (ensure_folder), diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index a74ecb9f6..4d0eff0f1 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -1323,6 +1323,8 @@ prefs_download_path_button_clicked_cb (GtkWidget *button, GTK_WIDGET (parent), GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, NULL, EPHY_FILE_FILTER_NONE); + gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (fc), + g_get_home_dir ()); g_signal_connect (GTK_DIALOG (fc), "response", G_CALLBACK (download_path_response_cb), -- cgit v1.2.3