summaryrefslogtreecommitdiff
path: root/src/eom-config-keys.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-07-28 15:15:47 +0200
committerinfirit <[email protected]>2014-07-28 15:15:47 +0200
commit0dc76c03d545792ae0c90487edff633a94bf87f4 (patch)
tree72969a8e3b0e31d95927787231d8bae5fd6e485f /src/eom-config-keys.h
parent93e9ca48a5a6a5b2cbab373fa12632ef9852d60b (diff)
downloadeom-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 'src/eom-config-keys.h')
-rw-r--r--src/eom-config-keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eom-config-keys.h b/src/eom-config-keys.h
index f91295a..cfc2ede 100644
--- a/src/eom-config-keys.h
+++ b/src/eom-config-keys.h
@@ -67,6 +67,7 @@
#define EOM_CONF_UI_DISABLE_TRASH_CONFIRMATION "disable-trash-confirmation"
#define EOM_CONF_UI_FILECHOOSER_XDG_FALLBACK "filechooser-xdg-fallback"
#define EOM_CONF_UI_PROPSDIALOG_NETBOOK_MODE "propsdialog-netbook-mode"
+#define EOM_CONF_UI_EXTERNAL_EDITOR "external-editor"
#define EOM_CONF_PLUGINS_ACTIVE_PLUGINS "active-plugins"