diff options
author | monsta <[email protected]> | 2017-02-02 12:21:07 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-02 12:21:07 +0300 |
commit | f7e6319b5cef72fcec9252fea2ac47b0db4e3f5b (patch) | |
tree | 7bd8adcb3b24dc0e38e51a34fe155b06f86fc748 /src/profile-manager.ui | |
parent | 64dd47f16bda6beb5b5c60ac8ddccd7d0c97f9ce (diff) | |
download | mate-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-manager.ui')
-rw-r--r-- | src/profile-manager.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/profile-manager.ui b/src/profile-manager.ui index ca7ac98..2e8b362 100644 --- a/src/profile-manager.ui +++ b/src/profile-manager.ui @@ -9,7 +9,6 @@ <!-- interface-copyright MATE Developer --> <!-- interface-authors Wolfgang Ulbrich --> <object class="GtkDialog" id="profile-manager"> - <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">5</property> <property name="title" translatable="yes">Profiles</property> |