[shotwell/shotwell-0.26] Remove useless submenu on saved search context
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/shotwell-0.26] Remove useless submenu on saved search context
- Date: Thu, 9 Nov 2017 11:57:15 +0000 (UTC)
commit 24cebbc5535ad0bbd2eb50d101557bdf3eb56977
Author: Jens Georg <mail jensge org>
Date: Fri Sep 22 22:55:42 2017 +0200
Remove useless submenu on saved search context
Signed-off-by: Jens Georg <mail jensge org>
ui/savedsearch.ui | 30 ++++++++++++++----------------
1 files changed, 14 insertions(+), 16 deletions(-)
---
diff --git a/ui/savedsearch.ui b/ui/savedsearch.ui
index 32a643d..3cdd640 100644
--- a/ui/savedsearch.ui
+++ b/ui/savedsearch.ui
@@ -1,21 +1,19 @@
<?xml version="1.0"?>
<interface domain="shotwell">
<menu id="SearchContextMenu">
- <submenu>
- <section>
- <item>
- <attribute name="label" translatable="yes">Re_name…</attribute>
- <attribute name="action">win.RenameSearch</attribute>
- </item>
- <item>
- <attribute name="label" translatable="yes">_Edit…</attribute>
- <attribute name="action">win.EditSearch</attribute>
- </item>
- <item>
- <attribute name="label" translatable="yes">_Delete</attribute>
- <attribute name="action">win.DeleteSearch</attribute>
- </item>
- </section>
- </submenu>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">Re_name…</attribute>
+ <attribute name="action">win.RenameSearch</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Edit…</attribute>
+ <attribute name="action">win.EditSearch</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Delete</attribute>
+ <attribute name="action">win.DeleteSearch</attribute>
+ </item>
+ </section>
</menu>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]