GNOME Bugzilla – Bug 621007
fix variable member names in Gdk.Color override
Last modified: 2010-06-14 17:20:09 UTC
* override was using r, g, and b for the red, green, blue components but the struct specifies red, green, blue so we need to use those names
Created attachment 163093 [details] [review] fix variable member names in Gdk.Color override
Created attachment 163312 [details] [review] fix variable member names in Gdk.Color override * override was using r, g, and b for the red, green, blue components but the struct specifies red, green, blue so we need to use those names
fixed the tests
Review of attachment 163312 [details] [review]: Looks good