diff --git a/ChangeLog b/ChangeLog index 1e6143ae8c..d611879d2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-06-22 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1e6143ae8c..d611879d2e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-06-22 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1e6143ae8c..d611879d2e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-06-22 Matthias Clasen + * 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. diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index b316cf1ad6..eb215d8589 100644 --- a/gdk/x11/gdkdnd-x11.c +++ b/gdk/x11/gdkdnd-x11.c @@ -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; }