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.
| 1966 | 1 | /* XPM */ |
| 2 | static char * mrt_xpm[] = { | |
| 3 | "18 19 5 1", | |
| 4 | " c None", | |
| 5 | ". c #000000", | |
| 6 | "+ c #000008", | |
| 7 | "@ c #FFBD00", | |
| 8 | "# c #FFFFFF", | |
| 9 | " ...... ", | |
| 10 | " ..@@@@@@.. ", | |
| 11 | " ..@..@@@@..@.. ", | |
| 12 | " ..@..@@@@..@.. ", | |
| 13 | " .@@.#+.@@..#+@@. ", | |
| 14 | " ..#####..####++. ", | |
| 15 | "..##############++", | |
| 16 | ".+####+####+####++", | |
| 17 | ".+####+####+##++@.", | |
| 18 | ".@+#####++###+@@@.", | |
| 19 | ".@@..##+@@+##+@@@.", | |
| 20 | ".@@@@.+@@@@++@@@@.", | |
| 21 | " .@@@@......@@@@. ", | |
| 22 | " ..@@.@@@@@@.@... ", | |
| 23 | " ....@....@.... ", | |
| 24 | " ....@....@.. ", | |
| 25 | " ...@....@.. ", | |
| 26 | " .@@@@@@. ", | |
| 27 | " ...... "}; |