Pass a GdkDragAction to gtk_drag_get_cursor. (#309784, Sebastian Bacher)

2005-07-08  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkdnd.c (gtk_drag_update_cursor): Pass a GdkDragAction to
	gtk_drag_get_cursor.  (#309784, Sebastian Bacher)
This commit is contained in:
Matthias Clasen 2005-07-08 14:36:31 +00:00 committed by Matthias Clasen
parent cacfdbc2ae
commit b53a336e11
4 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-07-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_update_cursor): Pass a GdkDragAction to
gtk_drag_get_cursor. (#309784, Sebastian Bacher)
2005-07-08 Tor Lillqvist <tml@novell.com>
* gtk/gtkfilesel.c: Use g_get_host_name().

View File

@ -1,3 +1,8 @@
2005-07-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_update_cursor): Pass a GdkDragAction to
gtk_drag_get_cursor. (#309784, Sebastian Bacher)
2005-07-08 Tor Lillqvist <tml@novell.com>
* gtk/gtkfilesel.c: Use g_get_host_name().

View File

@ -1,3 +1,8 @@
2005-07-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_update_cursor): Pass a GdkDragAction to
gtk_drag_get_cursor. (#309784, Sebastian Bacher)
2005-07-08 Tor Lillqvist <tml@novell.com>
* gtk/gtkfilesel.c: Use g_get_host_name().

View File

@ -749,7 +749,7 @@ gtk_drag_update_cursor (GtkDragSourceInfo *info)
return;
cursor = gtk_drag_get_cursor (gdk_cursor_get_display (info->cursor),
i, info);
drag_cursors[i].action, info);
if (cursor != info->cursor)
{