GNOME Bugzilla – Bug 655508
Don't set the current folder while saving a file
Last modified: 2012-07-31 22:28:03 UTC
Updated guidelines for writing Save dialogs - Make use of gtk_file_chooser_set_current_name() for File/Save and File/Open and gtk_file_chooser_set_filename() for File/Save As. File/Save and File/Open should not use gtk_file_chooser_set_current_folder() to set folders. http://people.gnome.org/~federico/news-2011-07.html#recent-folders
Created attachment 192897 [details] [review] 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
Created attachment 192898 [details] [review] 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. Bug #655508
Review of attachment 192898 [details] [review]: r=me
Comment on attachment 192898 [details] [review] e-bookmarks-editor: don't set directory Attachment 192898 [details] pushed as a518480 - e-bookmarks-editor: don't set directory
What about the other one
Review of attachment 192897 [details] [review]: Cool.
Attachment 192897 [details] pushed as 27a5272 - e-file-chooser: remove persist-key