[epiphany] e-bookmarks-editor: don't set directory



commit a5184806fb2ad44ea7dd898de73eaf1201a8f9fc
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Fri Jul 29 23:47:30 2011 -0500

    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 <xan gnome org>
    
    Bug #655508

 src/bookmarks/ephy-bookmarks-editor.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index b2526bb..f0a77fd 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]