]> Pileus Git - ~andy/gtk/commitdiff
Set the time field in the event. (#308573, Morten Welinder)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 22 Jun 2005 16:09:41 +0000 (16:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 22 Jun 2005 16:09:41 +0000 (16:09 +0000)
2005-06-22  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the
time field in the event.  (#308573, Morten Welinder)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk/x11/gdkdnd-x11.c

index 1e6143ae8c9046094221861ed7c4577fc911c73f..d611879d2e4caf9bd8375229c30184e1a6bedca8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-06-22  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the
+       time field in the event.  (#308573, Morten Welinder)
+
        * gtk/gtkfilesystemunix.c: Remove gratitious differences
        between the stable branch and HEAD, which sneaked in with
        the bookmark renaming.  
index 1e6143ae8c9046094221861ed7c4577fc911c73f..d611879d2e4caf9bd8375229c30184e1a6bedca8 100644 (file)
@@ -1,5 +1,8 @@
 2005-06-22  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the
+       time field in the event.  (#308573, Morten Welinder)
+
        * gtk/gtkfilesystemunix.c: Remove gratitious differences
        between the stable branch and HEAD, which sneaked in with
        the bookmark renaming.  
index 1e6143ae8c9046094221861ed7c4577fc911c73f..d611879d2e4caf9bd8375229c30184e1a6bedca8 100644 (file)
@@ -1,5 +1,8 @@
 2005-06-22  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the
+       time field in the event.  (#308573, Morten Welinder)
+
        * gtk/gtkfilesystemunix.c: Remove gratitious differences
        between the stable branch and HEAD, which sneaked in with
        the bookmark renaming.  
index b316cf1ad687c6e403cb93fdf947a15b74eb867b..eb215d85892e0d419958642aeda2e713761b1eeb 100644 (file)
@@ -2034,6 +2034,8 @@ xdnd_finished_filter (GdkXEvent *xev,
       event->dnd.context = context;
       g_object_ref (context);
 
+      event->dnd.time = GDK_CURRENT_TIME; /* FIXME? */
+
       return GDK_FILTER_TRANSLATE;
     }