GNOME Bugzilla – Bug 652081
Typos in a GBinding warning message
Last modified: 2011-06-08 20:57:18 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.
Review of attachment 189430 [details] [review]: Thanks, please commit
The following fix has been pushed: 6418769 Fix a typo in GBinding
Created attachment 189503 [details] [review] Fix a typo in GBinding