Remove debug spew.
Tue Aug 31 23:20:58 2004 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkdnd-x11.c (gdk_drop_finish): Remove debug spew.
This commit is contained in:
committed by
Matthias Clasen
parent
08bc720614
commit
6d5398ccdc
@ -1,3 +1,7 @@
|
||||
Tue Aug 31 23:20:58 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_drop_finish): Remove debug spew.
|
||||
|
||||
Tue Aug 31 17:07:41 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Tue Aug 31 23:20:58 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_drop_finish): Remove debug spew.
|
||||
|
||||
Tue Aug 31 17:07:41 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Tue Aug 31 23:20:58 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_drop_finish): Remove debug spew.
|
||||
|
||||
Tue Aug 31 17:07:41 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Tue Aug 31 23:20:58 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_drop_finish): Remove debug spew.
|
||||
|
||||
Tue Aug 31 17:07:41 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c
|
||||
|
||||
@ -3656,8 +3656,6 @@ gdk_drop_finish (GdkDragContext *context,
|
||||
xev.xclient.data.l[0] = GDK_DRAWABLE_XID (context->dest_window);
|
||||
if (success)
|
||||
{
|
||||
g_print ("sending back success status; version %d\n",
|
||||
PRIVATE_DATA (context)->version);
|
||||
xev.xclient.data.l[1] = 1;
|
||||
xev.xclient.data.l[2] = xdnd_action_to_atom (display,
|
||||
context->action);
|
||||
|
||||
Reference in New Issue
Block a user