8128: GtkDialog mapped without a transient parent

Fix Reorder Relationships dialog
This commit is contained in:
Josip 2016-12-23 14:18:39 +01:00
parent 3ce8c4880a
commit 3b4ceeb630

View File

@ -3,7 +3,7 @@
<interface> <interface>
<requires lib="gtk+" version="3.10"/> <requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="reorder"> <object class="GtkDialog" id="reorder">
<property name="visible">True</property> <property name="visible">False</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="border_width">12</property> <property name="border_width">12</property>
<property name="default_width">500</property> <property name="default_width">500</property>