summaryrefslogtreecommitdiff
path: root/src/profile-preferences.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/profile-preferences.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/profile-preferences.ui')
-rw-r--r--src/profile-preferences.ui1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui
index 7a65da0..5184a49 100644
--- a/src/profile-preferences.ui
+++ b/src/profile-preferences.ui
@@ -225,7 +225,6 @@ Author: Wolfgang Ulbrich
</data>
</object>
<object class="GtkDialog" id="profile-editor-dialog">
- <property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Profile Editor</property>