1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00
Files
gmenu2x/src
kyak 6646525731 Zero-pad hex values when saving config
writeSkinConfig() had a very naughty bug when RGBA values were written
to config file unpadded. This lead to a problem that, for example,
0x00000080 was written as 0x00080 in config file (Somehow gmenu2x
reads and re-saves config on selection). This, in turn, led
to problem when reading skin config file in strtorgba function,
because it parses the color string in token of two symbols
(substr(0,2) and etc).
2011-06-06 11:38:26 +04:00
..
2010-09-17 22:34:26 +02:00
2010-07-04 03:04:42 +02:00
2011-04-13 03:14:10 +02:00
2010-06-19 03:15:20 +02:00
2010-02-04 12:33:47 +01:00
2010-02-04 12:33:47 +01:00
2011-06-02 22:44:04 +02:00
2010-02-04 12:33:47 +01:00
2011-06-02 06:32:39 +03:00
2010-09-17 22:34:26 +02:00
2010-02-04 12:33:47 +01:00
2010-02-04 12:33:47 +01:00
2011-06-02 06:32:39 +03:00
2010-09-17 22:34:26 +02:00
2011-06-02 06:32:39 +03:00
2011-06-02 06:32:39 +03:00
2010-05-03 23:44:44 +02:00
2010-07-26 05:08:56 +02:00