~ubuntu-branches/ubuntu/precise/gnomeradio/precise-updates

« back to all changes in this revision

Viewing changes to pixmaps/vol_down.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Namuri
  • Date: 2008-05-12 00:36:27 UTC
  • mfrom: (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080512003627-m4r405wwqc2e3xgv
Tags: 1.7-6
* debian/changelog: sync with the one from ubuntu.
* debian/patches/prefs.c.patch: fixed. In 1.7-6 I've uploaded a wrong
  version of the patch, now it's the right one that Cesare Tirabassi
  has included in the ubuntu's package. (Closes: #468796, #462891)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char * vol_down_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
 
"                "};