diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-23 14:31:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-23 14:31:24 +0100 |
commit | 1413c5d39a45329b47c85511a3161c6f5a43c4f8 (patch) | |
tree | 60d5dff8dfbe71b76bfabb591438dc61f51589ea /sfx2/uiconfig/ui | |
parent | 3881fffe4233ce3aa02051b205c114c1cb520d67 (diff) |
map MenuToggleButton to GtkToggleButton with a custom menu property
we don't have non-menu ToggleButtons yet, so thats not done here.
since we first started with GtkPushButton:menu_attrib to indicate
menubuttons gtk has grown menu buttons, but they don't have the
idea of a gtktogglemenu button, so this attribute still has a role
to play I guess
Change-Id: Iebfe5ccf996e22784cf9aaf2bcf367eed79ae686
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index 68ab54835d88..79b1484983c0 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -171,7 +171,7 @@ </packing> </child> <child> - <object class="GtkButton" id="open_recent:clearmenu"> + <object class="GtkToggleButton" id="open_recent:clearmenu"> <property name="label" translatable="yes">_Recent Files</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -190,7 +190,7 @@ </packing> </child> <child> - <object class="GtkButton" id="templates_all:filtermenu"> + <object class="GtkToggleButton" id="templates_all:filtermenu"> <property name="label" translatable="yes">T_emplates</property> <property name="visible">True</property> <property name="can_focus">True</property> |