[gtk+/gtk-3-14] Fix save_hot_y init in gtk_drag_get_icon()



commit d237e04864e98c73dad21dac6623c8159e175f1d
Author: Maks Naumov <maksqwe1 ukr net>
Date:   Sun Jan 11 15:20:48 2015 -0800

    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

 gtk/gtkdnd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c
index 6d2ad0e..022df0c 100644
--- a/gtk/gtkdnd.c
+++ b/gtk/gtkdnd.c
@@ -3016,7 +3016,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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]