Closes #5053 Menu buttons on toolbar stay pressed

Signed-off-by: Eric Gregory <eric@yorba.org>
This commit is contained in:
Christian Dywan 2012-04-17 11:40:09 -07:00 committed by Eric Gregory
parent d61e1b1b1d
commit 875d421849
2 changed files with 26 additions and 6 deletions

View file

@ -81,7 +81,7 @@
</packing>
</child>
<child>
<object class="GtkToolButton" id="GearyMarkAsMenuButton">
<object class="GtkToggleToolButton" id="GearyMarkAsMenuButton">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Mark as read/unread</property>
@ -110,7 +110,7 @@
</packing>
</child>
<child>
<object class="GtkToolButton" id="menu_button">
<object class="GtkToggleToolButton" id="menu_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_action_appearance">False</property>