summaryrefslogtreecommitdiff
path: root/src/find-dialog.ui
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-02-02 12:21:07 +0300
committermonsta <[email protected]>2017-02-02 12:21:07 +0300
commitf7e6319b5cef72fcec9252fea2ac47b0db4e3f5b (patch)
tree7bd8adcb3b24dc0e38e51a34fe155b06f86fc748 /src/find-dialog.ui
parent64dd47f16bda6beb5b5c60ac8ddccd7d0c97f9ce (diff)
downloadmate-terminal-f7e6319b5cef72fcec9252fea2ac47b0db4e3f5b.tar.bz2
mate-terminal-f7e6319b5cef72fcec9252fea2ac47b0db4e3f5b.tar.xz
don't mark dialogs as visible in .ui files
this causes runtime warnings about transient parent because these dialogs get mapped too early, before gtk_window_set_transient_for is called in the code. affected dialogs: find, profile manager, profile prefs
Diffstat (limited to 'src/find-dialog.ui')
-rw-r--r--src/find-dialog.ui1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/find-dialog.ui b/src/find-dialog.ui
index 60fef2e..8a21ee5 100644
--- a/src/find-dialog.ui
+++ b/src/find-dialog.ui
@@ -9,7 +9,6 @@
<!-- interface-copyright MATE developers -->
<!-- interface-authors Wolfgang Ulbrich -->
<object class="GtkDialog" id="find-dialog">
- <property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Find</property>