Mercurial > pidgin
annotate pixmaps/oneeye.xpm @ 5819:7bdf66ab4fdd
[gaim-migrate @ 6249]
<javabsp> lschiere0: If you selected a browser and later uninstall it, it reverts the setting to custom
<javabsp> lschiere0: If the only browser that gaim recognizes is uninstalled, you will be unable to set a custom browser without this patch
<lschiere0> that sounds decidedly odd
<javabsp> Because the only thing left in drop down list is Manual, and because in the config file it is not custom, the textfield is disabled
<javabsp> You cannot change to another browser, so you the preference is never changed, and stuck with an unsable browser
<lschiere0> oh, so you can't toggle the drop down to reset the preference, so you can't get the field to ungray
<javabsp> unusable*
<lschiere0> yeah, i can see that
<javabsp> Right
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 09 Jun 2003 02:21:55 +0000 |
parents | 7800445cc561 |
children |
rev | line source |
---|---|
610 | 1 /* XPM */ |
2 static char *oneeye_xpm[] = { | |
3 "19 19 6 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "X c #FFFF00", | |
7 "o c #0033FF", | |
8 "0 c #FF3300", | |
9 "+ c #FFFFFF", | |
10 " ....... ", | |
11 " ..XXXXXXX.. ", | |
12 " .XXXXXXXXXXX. ", | |
13 " .XXXXXXXXXXXXX. ", | |
14 " .XXXXX.....XXXXX. ", | |
15 " .XXXX.+++++.XXXX. ", | |
16 ".XXXX.++ooo++.XXXX.", | |
17 ".XXXX.++ooo++.XXXX.", | |
18 ".XXXXX.+++++.XXXXX.", | |
19 ".XXXXXX.....XXXXXX.", | |
20 ".XXX.XXXXXXXXX.XXX.", | |
21 ".XX.XXXXXXXXXXX.XX.", | |
22 ".X.X.XXXXXXXXX.X.X.", | |
23 " .XXX.XXXXXXX.XXX. ", | |
24 " .XXXX.......XXXX. ", | |
25 " .XXX.00.00.XXX. ", | |
26 " .XXX.000.XXX. ", | |
613
7800445cc561
[gaim-migrate @ 623]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
610
diff
changeset
|
27 " ..XXXXXXX.. ", |
610 | 28 " ........ "}; |