summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomeris naranja <104251-automerisnaranja@users.noreply.gitlab.gnome.org>2023-02-25 21:16:19 -0300
committerNiels De Graef <nielsdegraef@gmail.com>2023-03-04 03:35:02 -0500
commit121b812ea1ce929922ed1988707c331f6a64d127 (patch)
treec56abe8d9f39d46e704716650da5241e7d8eaa8a
parent005423327b6bac9ab89c808154e106e69b1da32d (diff)
downloadgnome-contacts-121b812ea1ce929922ed1988707c331f6a64d127.tar.gz
window: Don't set the secondary menu as primarycherry-pick-b3f2b508
The Main Menu is also known as the primary menu, so it doesn't make sense to set the secondary menu as primary. (cherry picked from commit b3f2b50883198df47c7a2a0e98ecfb9ff3c775f0)
-rw-r--r--data/ui/contacts-main-window.ui1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/ui/contacts-main-window.ui b/data/ui/contacts-main-window.ui
index b572374..d7d0cb7 100644
--- a/data/ui/contacts-main-window.ui
+++ b/data/ui/contacts-main-window.ui
@@ -304,7 +304,6 @@
<child type="end">
<object class="GtkMenuButton" id="contact_hamburger_menu_button">
<property name="menu-model">contact_hamburger_menu_popover</property>
- <property name="primary">True</property>
<property name="tooltip_text" translatable="yes">More Contact Actions</property>
<property name="icon-name">open-menu-symbolic</property>
</object>