mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
ae1717c3ed
commit
06d35613f7
@ -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()
|
||||
|
@ -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()
|
||||
|
@ -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()
|
||||
|
@ -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()
|
||||
|
@ -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()
|
||||
|
@ -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"));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user