Blame SOURCES/0001-Remove-the-without-parent-warning.patch

200166
From abcc4773173ed8becb822971edad3f8d14a7a482 Mon Sep 17 00:00:00 2001
200166
From: Matthias Clasen <mclasen@redhat.com>
200166
Date: Mon, 21 May 2018 17:15:41 -0400
200166
Subject: [PATCH] Remove the "without parent" warning
200166
200166
We've had it for a long time, and it hasn't really made
200166
a difference. And I don't think we are prepared to turn
200166
this into a hard error. So just drop it.
200166
---
200166
 gtk/gtkdialog.c | 3 ---
200166
 1 file changed, 3 deletions(-)
200166
200166
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
200166
index 273c370935..0ef0f08b24 100644
200166
--- a/gtk/gtkdialog.c
200166
+++ b/gtk/gtkdialog.c
200166
@@ -776,9 +776,6 @@ gtk_dialog_map (GtkWidget *widget)
200166
   GtkWindow *window = GTK_WINDOW (widget);
200166
   GtkDialog *dialog = GTK_DIALOG (widget);
200166
 
200166
-  if (gtk_window_get_transient_for (window) == NULL)
200166
-    g_message ("GtkDialog mapped without a transient parent. This is discouraged.");
200166
-
200166
   GTK_WIDGET_CLASS (gtk_dialog_parent_class)->map (widget);
200166
 
200166
   focus = gtk_window_get_focus (window);
200166
-- 
200166
2.37.0
200166