Fix save_hot_y init in gtk_drag_get_icon()

Signed-off-by: Maks Naumov <maksqwe1@ukr.net>

https://bugzilla.gnome.org/show_bug.cgi?id=742786
This commit is contained in:
Maks Naumov 2015-01-11 15:20:48 -08:00 committed by Matthias Clasen
parent 1b03f08938
commit 9f51d8948f

View File

@ -3014,7 +3014,7 @@ gtk_drag_get_icon (GtkDragSourceInfo *info,
*/
save_icon_window = info->icon_window;
save_hot_x = info->hot_x;
save_hot_y = info->hot_x;
save_hot_y = info->hot_y;
save_destroy_icon = info->destroy_icon;
info->icon_window = NULL;