From a5184806fb2ad44ea7dd898de73eaf1201a8f9fc Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Fri, 29 Jul 2011 23:47:30 -0500 Subject: e-bookmarks-editor: don't set directory GTK+ new UX behavior says we shouldn't set the file chooser directory, recent directories should be listed (automatically) instead. Signed-off-by: Xan Lopez Bug #655508 --- src/bookmarks/ephy-bookmarks-editor.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index b2526bb28..f0a77fd42 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -879,9 +879,6 @@ cmd_bookmarks_export (GtkAction *action, gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (dialog), TRUE); - gtk_file_chooser_set_current_folder - (GTK_FILE_CHOOSER (dialog), g_get_home_dir ()); - filename = g_strdup_printf ("%s.%s", _("Bookmarks"), export_formats[0].extension); gtk_file_chooser_set_current_name (GTK_FILE_CHOOSER (dialog), filename); -- cgit v1.2.3