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:
committed by
Matthias Clasen
parent
a3acf689ea
commit
9c3aa23e08
@ -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.
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user