Make sure all dialogs are modal

This commit is contained in:
Rui Matos 2013-01-30 18:17:15 +01:00
parent 80ddfe09da
commit 5aa88834c0
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
<property name="border_width">5</property>
<property name="title" translatable="yes">Formats</property>
<property name="type_hint">dialog</property>
<property name="modal">True</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>

View file

@ -6,6 +6,7 @@
<property name="border_width">5</property>
<property name="title" translatable="yes">Input Source Options</property>
<property name="type_hint">dialog</property>
<property name="modal">True</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>