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 621007 - fix variable member names in Gdk.Color override
fix variable member names in Gdk.Color override
Status: RESOLVED FIXED
Product: pygi
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: 0.6
Assigned To: pygi-maint
pygi-maint
Depends on:
Blocks:
 
 
Reported: 2010-06-08 19:06 UTC by johnp
Modified: 2010-06-14 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix variable member names in Gdk.Color override (1.26 KB, patch)
2010-06-08 19:06 UTC, johnp
none Details | Review
fix variable member names in Gdk.Color override (1.89 KB, patch)
2010-06-10 18:05 UTC, johnp
accepted-commit_now Details | Review

Description johnp 2010-06-08 19:06:39 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
Comment 1 johnp 2010-06-08 19:06:40 UTC
Created attachment 163093 [details] [review]
fix variable member names in Gdk.Color override
Comment 2 johnp 2010-06-10 18:05:15 UTC
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
Comment 3 johnp 2010-06-10 18:05:42 UTC
fixed the tests
Comment 4 Johan (not receiving bugmail) Dahlin 2010-06-11 02:37:52 UTC
Review of attachment 163312 [details] [review]:

Looks good