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

« back to all changes in this revision

Viewing changes to pixmaps/freq_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 * freq_down_xpm[] = {
3
 
"16 16 2 1",
4
 
"       c None",
5
 
".      c #394959",
6
 
"                ",
7
 
"                ",
8
 
"                ",
9
 
"                ",
10
 
"                ",
11
 
"        .       ",
12
 
"        .       ",
13
 
"   ... .....    ",
14
 
"     . . .      ",
15
 
"     ...        ",
16
 
"      .         ",
17
 
"      .         ",
18
 
"                ",
19
 
"                ",
20
 
"                ",
21
 
"                "};