diff options
author | Adel Gadllah <adel.gadllah@gmail.com> | 2012-08-27 00:48:43 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-08-26 22:26:23 -0400 |
commit | 13a821e70b09e4f59488f1cc53af7f65612e1ebd (patch) | |
tree | 320dc0a30d5196962b043ad9f067122a0dea763c /gtk | |
parent | 7bc85458ccb0027abbbf5c760a193615ea21abea (diff) | |
download | gtk+-13a821e70b09e4f59488f1cc53af7f65612e1ebd.tar.gz |
gkimmulticontext: Remove left over debug print
Remove the g_print debug statement from propagate_purpose.
https://bugzilla.gnome.org/show_bug.cgi?id=682747
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkimmulticontext.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkimmulticontext.c b/gtk/gtkimmulticontext.c index 66e47b9ffb..712d5ca873 100644 --- a/gtk/gtkimmulticontext.c +++ b/gtk/gtkimmulticontext.c @@ -769,8 +769,6 @@ propagate_purpose (GtkIMMulticontext *context) GtkInputPurpose purpose; GtkInputHints hints; -g_print ("propagate purpose to %p\n", context->priv->slave); - if (context->priv->slave == NULL) return; |