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 652081 - Typos in a GBinding warning message
Typos in a GBinding warning message
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gobject
2.29.x
Other Linux
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-06-07 20:06 UTC by Colomban Wendling
Modified: 2011-06-08 20:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the warning message (895 bytes, patch)
2011-06-07 20:06 UTC, Colomban Wendling
committed Details | Review
Fix a typo in GBinding (943 bytes, patch)
2011-06-08 20:57 UTC, Matthias Clasen
committed Details | Review

Description Colomban Wendling 2011-06-07 20:06:38 UTC
Created attachment 189430 [details] [review]
Patch to fix the warning message

The warning message output when trying to create a bidirectional bind on a write-only target property has two typo:

1) target is spelled "starget"
2) it says "writable" when it should say "readable"

This makes debugging quite confusing.
Comment 1 Matthias Clasen 2011-06-08 04:22:58 UTC
Review of attachment 189430 [details] [review]:

Thanks, please commit
Comment 2 Matthias Clasen 2011-06-08 20:57:13 UTC
The following fix has been pushed:
6418769 Fix a typo in GBinding
Comment 3 Matthias Clasen 2011-06-08 20:57:18 UTC
Created attachment 189503 [details] [review]
Fix a typo in GBinding