Skip to content

Commit c3e2cd2

Browse files
committed
data/ui/patch-dialog.ui: Fix map-without-parent warning
If the dialog is set to visible in the builder file, it will get mapped before we have set our parent on it, resulting in an annoying warning.
1 parent d3831ce commit c3e2cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/ui/patch-dialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<interface>
44
<requires lib="gtk+" version="3.6"/>
55
<object class="GtkDialog" id="patchdialog">
6-
<property name="visible">True</property>
6+
<property name="visible">False</property>
77
<property name="can_focus">False</property>
88
<property name="border_width">12</property>
99
<property name="title" translatable="yes">Format as Patch</property>

0 commit comments

Comments
 (0)