[gtk+] GtkDialog: Reduce a g_warning to a g_message



commit 47094a2a8ae9a9c4fa16805e60e6f145ec5abbae
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri May 2 20:47:56 2014 -0400

    GtkDialog: Reduce a g_warning to a g_message
    
    Otherwise, this breaks our testsuite.

 gtk/gtkdialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index bf41fb4..a762be6 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -794,7 +794,7 @@ gtk_dialog_map (GtkWidget *widget)
   GtkDialog *dialog = GTK_DIALOG (widget);
 
   if (gtk_window_get_transient_for (window) == NULL)
-    g_warning ("GtkDialog mapped without a transient parent. This is discouraged.");
+    g_message ("GtkDialog mapped without a transient parent. This is discouraged.");
 
   GTK_WIDGET_CLASS (gtk_dialog_parent_class)->map (widget);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]