diff options
author | Akshay Gupta <[email protected]> | 2011-05-20 12:07:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-03 10:39:59 +0200 |
commit | 07de8758476b62430ca15f29d0d75b88afef1345 (patch) | |
tree | 14e3a2210105db00f9ded617f9a693f73560e196 /data | |
parent | 13330357ea72f27d56838d910a0714e94607e9ec (diff) | |
download | eom-07de8758476b62430ca15f29d0d75b88afef1345.tar.bz2 eom-07de8758476b62430ca15f29d0d75b88afef1345.tar.xz |
Add an "Open containing folder" command
https://bugzilla.gnome.org/show_bug.cgi?id=650402
origin commit:
https://git.gnome.org/browse/eog/commit/?id=9df5fd43
Diffstat (limited to 'data')
-rw-r--r-- | data/eom-toolbar.xml | 1 | ||||
-rw-r--r-- | data/eom-ui.xml | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/eom-toolbar.xml b/data/eom-toolbar.xml index 38e895c..5083867 100644 --- a/data/eom-toolbar.xml +++ b/data/eom-toolbar.xml @@ -3,6 +3,7 @@ <available> <toolitem name="ImageOpen"/> <toolitem name="ImageSave"/> + <toolitem name="ImageOpenContainingFolder"/> <toolitem name="ImagePrint"/> <toolitem name="ImageProperties"/> <toolitem name="ViewImageCollection"/> diff --git a/data/eom-ui.xml b/data/eom-ui.xml index ad5c9f2..724e2cf 100644 --- a/data/eom-ui.xml +++ b/data/eom-ui.xml @@ -12,6 +12,7 @@ <menuitem action="ImagePrint"/> <separator/> <menuitem action="ImageSetAsWallpaper"/> + <menuitem action="ImageOpenContainingFolder"/> <separator/> <menuitem action="ImageProperties"/> <separator/> @@ -121,6 +122,7 @@ <separator/> <menuitem action="ImageProperties"/> <menuitem action="ImageSetAsWallpaper"/> + <menuitem action="ImageOpenContainingFolder"/> </popup> <popup name="ViewPopup"> @@ -139,6 +141,7 @@ <separator/> <menuitem action="ImageProperties"/> <menuitem action="ImageSetAsWallpaper"/> + <menuitem action="ImageOpenContainingFolder"/> </popup> <popup name="ToolbarPopup" action="ToolbarPopupAction"> |