After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 742786 - [PATCH] Fix save_hot_y init in gtk_drag_get_icon()
[PATCH] Fix save_hot_y init in gtk_drag_get_icon()
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.15.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-01-11 23:24 UTC by maksqwe
Modified: 2015-01-17 21:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (778 bytes, patch)
2015-01-11 23:24 UTC, maksqwe
committed Details | Review

Description maksqwe 2015-01-11 23:24:57 UTC
Created attachment 294315 [details] [review]
Patch

gtkdnd.c 

gtk_drag_get_icon()

save_hot_x = info->hot_x;
save_hot_y = info->hot_x; <----