diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-02-11 23:33:59 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-11 23:33:59 +0000 |
commit | 06d35613f7fc406b3020ce9838644784835f89bc (patch) | |
tree | e3aaed8f66dbbc99015ed3f4296702f369f89b25 /gdk/x11 | |
parent | ae1717c3ed12993dde205a895fea29256f350e1e (diff) | |
download | gdk-pixbuf-06d35613f7fc406b3020ce9838644784835f89bc.tar.gz |
Fix misleading debug output.
Thu Feb 12 00:37:00 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
debug output.
Diffstat (limited to 'gdk/x11')
-rw-r--r-- | gdk/x11/gdkproperty-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkproperty-x11.c b/gdk/x11/gdkproperty-x11.c index 70134d635..8f09cf8a9 100644 --- a/gdk/x11/gdkproperty-x11.c +++ b/gdk/x11/gdkproperty-x11.c @@ -615,7 +615,7 @@ gdk_property_change (GdkWindow *window, screen = gdk_screen_get_default (); window = gdk_screen_get_root_window (screen); - GDK_NOTE (MULTIHEAD, g_message ("gdk_property_delete(): window is NULL\n")); + GDK_NOTE (MULTIHEAD, g_message ("gdk_property_change(): window is NULL\n")); } |