annotate pixmaps/gnomeicu-offline.xpm @ 5949:90d0849abd3c
[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.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Tue, 24 Jun 2003 03:50:31 +0000 |
parents |
3f76de1d69e1 |
children |
|
rev |
line source |
2501
|
1 /* XPM */
|
2984
|
2 static char * icon_offline_xpm[] = {
|
3015
|
3 "12 12 5 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 "@ c #F80000",
|
|
8 "# c #F8FC00",
|
|
9 " .. .. ",
|
|
10 " .+@.+@. ",
|
|
11 " .@@.@@... ",
|
|
12 " ...@.@@.+@.",
|
|
13 ".+@@....+@@.",
|
|
14 ".@@@.+#.... ",
|
|
15 " ....##.+@@.",
|
|
16 ".+@@....@@@.",
|
|
17 ".@@.+@.+... ",
|
|
18 " ...@@.@@. ",
|
|
19 " .@@.@@. ",
|
|
20 " .. .. "};
|