From 27a5272d09d5623f480258bfee593384d26956ee Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Fri, 29 Jul 2011 23:28:32 -0500 Subject: e-file-chooser: remove persist-key GTK+ has changed the UX of the GtkFileChooser. This has (pragmatically) deprecated "last save dir" stored by applications themselves. For Epiphany this means we no longer need a "persist-key" in our file chooser, and that we have to clean up some GtkFileChooser API use in followup patches. This commit removes the property and uses of it. Bug #655508 --- src/popup-commands.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/popup-commands.c') diff --git a/src/popup-commands.c b/src/popup-commands.c index 939d6e31b..bc2a4fb18 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -238,7 +238,6 @@ save_property_url (GtkAction *action, base = g_path_get_basename (location); dialog = ephy_file_chooser_new (title, GTK_WIDGET (window), GTK_FILE_CHOOSER_ACTION_SAVE, - EPHY_PREFS_STATE_SAVE_DIR, EPHY_FILE_FILTER_NONE); gtk_file_chooser_set_do_overwrite_confirmation -- cgit v1.2.3