do not allow access to preferences when a transaction is running

This commit is contained in:
guinux
2016-05-06 10:55:21 +02:00
parent 95b3e901fb
commit 369c7cc327
4 changed files with 16 additions and 0 deletions

View File

@@ -985,6 +985,7 @@
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="popover">popovermenu</property>
<signal name="toggled" handler="on_menu_button_toggled" swapped="no"/>
<child>
<object class="GtkImage" id="menu_icon">
<property name="visible">True</property>

View File

@@ -430,6 +430,7 @@
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="popover">popovermenu</property>
<signal name="toggled" handler="on_menu_button_toggled" swapped="no"/>
<child>
<object class="GtkImage" id="menu_icon">
<property name="visible">True</property>