From d7836989512d27a12c8300fca843bc97995cf65e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 7 May 2016 18:02:03 +0200 Subject: shell: Store and restore current folder when opening or saving file Remember the folder last used to open or save a document, attachment or image. taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=f6137df22503d88a76cc69f622919ec7bd3582d7 shell: Fix potential read-after-free in gsettings use It's not valid to use '&' with g_settings_get(). https://bugzilla.gnome.org/show_bug.cgi?id=723737 taken from: https://git.gnome.org/browse/evince/commit/?id=41ce0e1 ev-window: Don't crash when trying to save a copy We can not free both folder_uri and parent_uri. If parent_uri is non-NULL then it will point to the same location as folder_uri. Also, parent_uri is now unused so we can just remove it. https://bugzilla.gnome.org/show_bug.cgi?id=727536 taken from: https://git.gnome.org/browse/evince/commit/?id=3850ff5 --- data/org.mate.Atril.gschema.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data') diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml index d73069ae..04195a33 100644 --- a/data/org.mate.Atril.gschema.xml +++ b/data/org.mate.Atril.gschema.xml @@ -17,6 +17,14 @@ Automatically reload then document The document is automatically reloaded on file change. + + nothing + The URI of the directory last used to open or save a document + + + nothing + The URI of the directory last used to save a picture + -- cgit v1.2.1