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.
This commit is contained in:
Matthias Clasen 2004-02-11 23:33:59 +00:00 committed by Matthias Clasen
parent ae1717c3ed
commit 06d35613f7
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Feb 12 00:37:00 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
debug output.
2004-02-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()

View File

@ -1,3 +1,8 @@
Thu Feb 12 00:37:00 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
debug output.
2004-02-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()

View File

@ -1,3 +1,8 @@
Thu Feb 12 00:37:00 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
debug output.
2004-02-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()

View File

@ -1,3 +1,8 @@
Thu Feb 12 00:37:00 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
debug output.
2004-02-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()

View File

@ -1,3 +1,8 @@
Thu Feb 12 00:37:00 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
debug output.
2004-02-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()

View File

@ -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"));
}