GNOME Bugzilla – Bug 772068
drag cursor shown when hovering over links
Last modified: 2016-09-28 10:41:28 UTC
Created attachment 336375 [details] Hovering over links (image) When hovering over links with mouse, the cursor style changes to the one that is shown for drag. This happens for links with in the messages, and not for the links that is present in topic (which is shown in HeaderBar subtitle). This happens for polari and gtk+ from current master. Please see the attached screenshot
The following fix has been pushed: e89f10e chatView: Fix hover cursor
Created attachment 336427 [details] [review] chatView: Fix hover cursor The expected cursor on hover is HAND2 rather than HAND1, but instead of updating it, take this opportunity to switch to the recommended new_from_name() API which is less error-prone with its readable names.