forked from AuroraMiddleware/gtk
Fix typo; tmp_event -> temp_event.
2004-07-09 Federico Mena Quintero <federico@ximian.com> * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Fix typo; tmp_event -> temp_event.
This commit is contained in:
parent
ca99bb0d44
commit
097eddf374
@ -1,3 +1,8 @@
|
|||||||
|
2004-07-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Fix typo; tmp_event ->
|
||||||
|
temp_event.
|
||||||
|
|
||||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Make GtkEntry work harder to protect passwords: (#143955,
|
Make GtkEntry work harder to protect passwords: (#143955,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-07-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Fix typo; tmp_event ->
|
||||||
|
temp_event.
|
||||||
|
|
||||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Make GtkEntry work harder to protect passwords: (#143955,
|
Make GtkEntry work harder to protect passwords: (#143955,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-07-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Fix typo; tmp_event ->
|
||||||
|
temp_event.
|
||||||
|
|
||||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Make GtkEntry work harder to protect passwords: (#143955,
|
Make GtkEntry work harder to protect passwords: (#143955,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-07-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Fix typo; tmp_event ->
|
||||||
|
temp_event.
|
||||||
|
|
||||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Make GtkEntry work harder to protect passwords: (#143955,
|
Make GtkEntry work harder to protect passwords: (#143955,
|
||||||
|
@ -2195,7 +2195,7 @@ xdnd_send_xevent (GdkDragContext *context,
|
|||||||
if ((*xdnd_filters[i].func) (event_send, &temp_event, NULL) == GDK_FILTER_TRANSLATE)
|
if ((*xdnd_filters[i].func) (event_send, &temp_event, NULL) == GDK_FILTER_TRANSLATE)
|
||||||
{
|
{
|
||||||
gdk_event_put (&temp_event);
|
gdk_event_put (&temp_event);
|
||||||
g_object_unref (tmp_event.dnd.context);
|
g_object_unref (temp_event.dnd.context);
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user