Set the time field in the event. (#308573, Morten Welinder)

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)
This commit is contained in:
Matthias Clasen
2005-06-22 16:09:41 +00:00
committed by Matthias Clasen
parent a3acf689ea
commit 9c3aa23e08
4 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2005-06-22 Matthias Clasen <mclasen@redhat.com> 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 * gtk/gtkfilesystemunix.c: Remove gratitious differences
between the stable branch and HEAD, which sneaked in with between the stable branch and HEAD, which sneaked in with
the bookmark renaming. the bookmark renaming.

View File

@ -1,5 +1,8 @@
2005-06-22 Matthias Clasen <mclasen@redhat.com> 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 * gtk/gtkfilesystemunix.c: Remove gratitious differences
between the stable branch and HEAD, which sneaked in with between the stable branch and HEAD, which sneaked in with
the bookmark renaming. the bookmark renaming.

View File

@ -1,5 +1,8 @@
2005-06-22 Matthias Clasen <mclasen@redhat.com> 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 * gtk/gtkfilesystemunix.c: Remove gratitious differences
between the stable branch and HEAD, which sneaked in with between the stable branch and HEAD, which sneaked in with
the bookmark renaming. the bookmark renaming.

View File

@ -2034,6 +2034,8 @@ xdnd_finished_filter (GdkXEvent *xev,
event->dnd.context = context; event->dnd.context = context;
g_object_ref (context); g_object_ref (context);
event->dnd.time = GDK_CURRENT_TIME; /* FIXME? */
return GDK_FILTER_TRANSLATE; return GDK_FILTER_TRANSLATE;
} }