~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic-proposed

« back to all changes in this revision

Viewing changes to pgadmin/include/images/slnode-disabled.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2011-06-07 23:03:54 UTC
  • mfrom: (1.3.1 upstream) (13 sid)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110607230354-3td4j9y71u4ahcvj
Tags: 1.14.0~beta1-1
* New upstream development release, adding Build-Depends on
  postgresql-server-dev-all >= 117~.
* Add Build-Depends on quilt, (un)patch to debian/rules and patch for fixing
  the include for kwlist.h in pgadmin/db/keywords.c.
* Add pg_config --includedir-server output to CPPFLAGS.
* Remove unrecognized configure options: --with-wx-config,
  --with-pgsql-include, --enable-gtk2, --enable-unicode.
* Clean up manually the files that are left behind after the broken
  distclean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static const char * slnode_disabled_xpm[] = {
3
 
"16 16 49 1",
4
 
"       c None",
5
 
".      c #B0B0B0",
6
 
"+      c #797979",
7
 
"@      c #D4D4D4",
8
 
"#      c #D2D2D2",
9
 
"$      c #C7C7C7",
10
 
"%      c #C6C6C6",
11
 
"&      c #C3C3C3",
12
 
"*      c #C1C1C1",
13
 
"=      c #B5B5B5",
14
 
"-      c #909090",
15
 
";      c #ACACAC",
16
 
">      c #BABABA",
17
 
",      c #B8B8B8",
18
 
"'      c #AAAAAA",
19
 
")      c #8F8F8F",
20
 
"!      c #A9A9A9",
21
 
"~      c #BBBBBB",
22
 
"{      c #B2B2B2",
23
 
"]      c #AFAFAF",
24
 
"^      c #B4B4B4",
25
 
"/      c #8E8E8E",
26
 
"(      c #AEAEAE",
27
 
"_      c #ADADAD",
28
 
":      c #ABABAB",
29
 
"<      c #898989",
30
 
"[      c #C0C0C0",
31
 
"}      c #B3B3B3",
32
 
"|      c #A8A8A8",
33
 
"1      c #A5A5A5",
34
 
"2      c #A6A6A6",
35
 
"3      c #B6B6B6",
36
 
"4      c #BCBCBC",
37
 
"5      c #A3A3A3",
38
 
"6      c #B1B1B1",
39
 
"7      c #868686",
40
 
"8      c #A1A1A1",
41
 
"9      c #A0A0A0",
42
 
"0      c #888888",
43
 
"a      c #858585",
44
 
"b      c #7A7A7A",
45
 
"c      c #CDCDCD",
46
 
"d      c #B9B9B9",
47
 
"e      c #A4A4A4",
48
 
"f      c #BDBDBD",
49
 
"g      c #7F7F7F",
50
 
"h      c #7E7E7E",
51
 
"i      c #838383",
52
 
"j      c #818181",
53
 
"                ",
54
 
"      .++.      ",
55
 
"      +@#+      ",
56
 
"      +$%+      ",
57
 
"      +&*+      ",
58
 
"    =-;>,')!    ",
59
 
"    -~~{]^=/    ",
60
 
"   (]~._:!.!(   ",
61
 
"   <[}_:|123<   ",
62
 
"   <4]:|1556<   ",
63
 
"  67,_|1589;76  ",
64
 
"  0.=;|158922a8 ",
65
 
" bc~>:d{.^e_'fb ",
66
 
" b=;ggg<<ghh1:b ",
67
 
" 6i]       ,]j  ",
68
 
"                "};