Change the clutter_color_from_string() format
authorEmmanuele Bassi <ebassi@openedhand.com>
Mon, 22 Oct 2007 15:46:56 +0000 (15:46 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Mon, 22 Oct 2007 15:46:56 +0000 (15:46 +0000)
commit509799fa0cb3cfecf2c60bc828af6c4b6fc809c7
treea92de266ec9b9dcfd83dfc1e1592f26d3447fbfe
parent28684c670203971f33ab214f1d85032ee882c97d
Change the clutter_color_from_string() format

The format should be "%02x%02x%02x%02x" because we use guint8 for each
component, and not guint16. The string before was completely broken.
ChangeLog
clutter/clutter-color.c