summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--gdk/x11/gdkdnd-x11.c2
5 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d66d2b8e63..ee5f0d3934 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index d66d2b8e63..ee5f0d3934 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index d66d2b8e63..ee5f0d3934 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index d66d2b8e63..ee5f0d3934 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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
diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c
index fb5ad5f859..2d35bcde81 100644
--- a/gdk/x11/gdkdnd-x11.c
+++ b/gdk/x11/gdkdnd-x11.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);