From a717ceb97c0be3b64003ba15b1665529034e86f7 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 2 Feb 2017 12:21:07 +0300 Subject: 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 --- src/find-dialog.ui | 1 - src/profile-manager.ui | 1 - src/profile-preferences.ui | 1 - 3 files changed, 3 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 @@ - True False 5 Find 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 @@ - True False 5 Profiles 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 - True False 5 Profile Editor -- cgit v1.2.1