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 642791 - [PATCH] Fix a typo in gtk_socket_notify
[PATCH] Fix a typo in gtk_socket_notify
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-02-20 03:35 UTC by David Benjamin
Modified: 2011-02-20 21:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to address this (760 bytes, patch)
2011-02-20 03:35 UTC, David Benjamin
none Details | Review

Description David Benjamin 2011-02-20 03:35:25 UTC
Created attachment 181375 [details] [review]
Patch to address this

strcmp goes the other way. I suspect this never got caught because "is-focus" tends to be followed by a "has-focus" so the code got run anyway.