summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/offscreen_window2.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-02-28 12:18:36 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-02-28 12:23:12 -0500
commit435c8c9f0d6a277ec77cd62e90b35aa27635793b (patch)
treee6f5a880aace98502583a2d012d773b72964a9e5 /demos/gtk-demo/offscreen_window2.c
parentbbd94b5a9ffc83569c771d81fa07457dfd61d20d (diff)
downloadgtk+-435c8c9f0d6a277ec77cd62e90b35aa27635793b.tar.gz
gtk-demo: Strip newlines from g_warning and g_error
g_logv adds one for us already.
Diffstat (limited to 'demos/gtk-demo/offscreen_window2.c')
-rw-r--r--demos/gtk-demo/offscreen_window2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/offscreen_window2.c b/demos/gtk-demo/offscreen_window2.c
index f29fd9b78c..5c16c4051a 100644
--- a/demos/gtk-demo/offscreen_window2.c
+++ b/demos/gtk-demo/offscreen_window2.c
@@ -267,7 +267,7 @@ gtk_mirror_bin_add (GtkContainer *container,
bin->child = widget;
}
else
- g_warning ("GtkMirrorBin cannot have more than one child\n");
+ g_warning ("GtkMirrorBin cannot have more than one child");
}
static void