Mercurial > gftp.yaz
annotate docs/sample.gftp/sound.xpm @ 879:a41a3590d696
2007-2-14 Brian Masney <masneyb@gftp.org>
* lib/gftp.h src/gtk/gtkui.c src/uicommon/gftpui.c - added refreshing
field to the gftp_request structure. If this is set in
gftpui_common_cmd_open(), then the refresh command is not ran after
a connection is made to the server. This field is currently only
enabled when running called from the refresh function in the GTK+
port. It fixes an issue where the refresh command was being ran
twice. (closes #171732)
author | masneyb |
---|---|
date | Thu, 15 Feb 2007 01:06:49 +0000 |
parents | 8b1883341c6f |
children | e999754d6106 |
rev | line source |
---|---|
1 | 1 /* XPM */ |
2 static char * sound_xpm[] = { | |
3 "16 16 17 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #9E9A8C", | |
7 "@ c #B8B4A6", | |
8 "# c #9B988A", | |
9 "$ c #CFCCC4", | |
10 "% c #E4E2DE", | |
11 "& c #D1CFC7", | |
12 "* c #C5C2B7", | |
13 "= c #DEDCD7", | |
14 "- c #D7D5CF", | |
15 "; c #C5C1B7", | |
16 "> c #B0AC9C", | |
17 ", c #BFBBAF", | |
18 "' c #79766C", | |
19 ") c #8D8A7D", | |
20 "! c #7E7B70", | |
21 " ", | |
22 " ", | |
23 " . ", | |
24 " .. . ", | |
25 " .+. . ", | |
26 " ... .+@. . . ", | |
27 " .##.+$%. . .", | |
28 " .&*.=-;.. . .", | |
29 " .>>.@@,.. . .", | |
30 " .##.+>>.. . .", | |
31 " .''.+++. . .", | |
32 " ... .)+. . . ", | |
33 " .!. . ", | |
34 " .. . ", | |
35 " . ", | |
36 " "}; |