Tue, 24 Jun 2003 03:50:31 +0000
[gaim-migrate @ 6393]
Saved plugins are now stored in UI-specific keys, which are passed to
gaim_plugins_load_saved(). If you're using CVS (shame on you!) you'll need
to reload your plugins, and if you're careful enough, remove the old
plugins tree from prefs.xml (/core/plugins/loaded/...). I assume no
responsibility if you destroy prefs.xml, delete your harddrive, or sell
your soul to a goat.
| 1232 | 1 | /* XPM */ |
| 2 | static char * status_here_xpm[] = { | |
| 2841 | 3 | "12 12 10 1", |
| 1232 | 4 | " c None", |
| 5 | ". c #C0C0C0", | |
| 6 | "+ c #000000", | |
| 7 | "@ c #808000", | |
| 8 | "# c #FFFF00", | |
| 9 | "$ c #FFFFFF", | |
| 10 | "% c #000080", | |
| 11 | "& c #808080", | |
| 12 | "* c #800000", | |
| 13 | "= c #FF0000", | |
| 2841 | 14 | " ..++@@.. ", |
| 15 | " .++####@@. ", | |
| 16 | ".+##$$$$#$@.", | |
| 17 | ".+#$$$####@.", | |
| 18 | "+#$$%$#%$##@", | |
| 19 | "+#$.&..&.##@", | |
| 20 | "+##########@", | |
| 21 | "+##*####=##@", | |
| 22 | ".+##*==*##@.", | |
| 23 | ".+########@.", | |
| 24 | " .++#$$#@@. ", | |
| 25 | " ..+++@.. "}; |