diff options
author | infirit <[email protected]> | 2014-07-28 15:15:47 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-28 15:15:47 +0200 |
commit | 0dc76c03d545792ae0c90487edff633a94bf87f4 (patch) | |
tree | 72969a8e3b0e31d95927787231d8bae5fd6e485f /data/org.mate.eom.gschema.xml.in.in | |
parent | 93e9ca48a5a6a5b2cbab373fa12632ef9852d60b (diff) | |
download | eom-0dc76c03d545792ae0c90487edff633a94bf87f4.tar.bz2 eom-0dc76c03d545792ae0c90487edff633a94bf87f4.tar.xz |
Add "Edit Image" toolbar button
Add a conditionally-enabled "Edit Image" toolbar button. The toolbar is
only enabled if a specific image editor is specified in GSettings.
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=609958
Based on eog commit b5e6b7d31181ab87f788921f751a6550bddb5bcf
From Ryan Lortie <[email protected]>
Diffstat (limited to 'data/org.mate.eom.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.eom.gschema.xml.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.eom.gschema.xml.in.in b/data/org.mate.eom.gschema.xml.in.in index 7e7f0b4..fbf8e0b 100644 --- a/data/org.mate.eom.gschema.xml.in.in +++ b/data/org.mate.eom.gschema.xml.in.in @@ -117,6 +117,11 @@ <_summary>Whether the metadata list in the properties dialog should have its own page.</_summary> <_description>If activated, the detailed metadata list in the properties dialog will be moved to its own page in the dialog. This should make the dialog more usable on smaller screens, e.g. as used by netbooks. If disabled, the widget will be embedded on the "Metadata" page.</_description> </key> + <key name="external-editor" type="s"> + <default>''</default> + <_summary>External program to use for editing images</_summary> + <_description>The desktop file name (including the ".desktop") of the application to use for editing images (when the "Edit Image" toolbar button is clicked). Set to the empty string to disable this feature.</_description> + </key> <key name="filechooser-xdg-fallback" type="b"> <default>true</default> <_summary>Whether the file chooser should show the user's pictures folder if no images are loaded.</_summary> |