summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-02 20:47:56 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-02 20:47:56 -0400
commit47094a2a8ae9a9c4fa16805e60e6f145ec5abbae (patch)
tree1831af6d1ab08345b8f2af4b82185872bea4198a /gtk/gtkdialog.c
parent9d7f7ddadfd680c0eddec9c99363ba430e7ae388 (diff)
downloadgtk+-47094a2a8ae9a9c4fa16805e60e6f145ec5abbae.tar.gz
GtkDialog: Reduce a g_warning to a g_message
Otherwise, this breaks our testsuite.
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r--gtk/gtkdialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index bf41fb496d..a762be6c52 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);