aboutsummaryrefslogtreecommitdiffstats
path: root/gpe-conf/gpe-conf-0.1.21/icons.patch
blob: 0b688c2a3a41299674dc945d0278aa9c87718cb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Index: sound/sound.c
===================================================================
RCS file: /cvs/gpe/base/gpe-conf/sound/sound.c,v
retrieving revision 1.9
diff -u -r1.9 sound.c
--- sound/sound.c	12 Oct 2004 21:07:03 -0000	1.9
+++ sound/sound.c	1 Nov 2004 13:31:37 -0000
@@ -14,7 +14,6 @@
 
 /*
   ToDo
-  - move mixer icons to gpe-icons
   - Filtering for different platforms.
   - Additional settings.
   - Update settings from system.
@@ -39,22 +38,21 @@
 #include "soundctrl.h"
 #define MAX_CHANNELS 24
 
-#warning needs gpe-mixer
 struct gpe_icon mixer_icons[] = 
 {
-	{ "line" , PREFIX "/share/gpe-mixer/line.png"},
-	{ "line1" , PREFIX "/share/gpe-mixer/line.png"},
-	{ "cd" , PREFIX "/share/gpe-mixer/cd.png"},
-	{ "bass" , PREFIX "/share/gpe-mixer/bass.png"},
-	{ "vol" , PREFIX "/share/gpe-mixer/volume.png"},
-	{ "treble" , PREFIX "/share/gpe-mixer/treble.png"},
-	{ "synth" , PREFIX "/share/gpe-mixer/synth.png"},
-	{ "speaker" , PREFIX "/share/gpe-mixer/speaker.png"},
-	{ "phout" , PREFIX "/share/gpe-mixer/speaker.png"},
-	{ "pcm" , PREFIX "/share/gpe-mixer/pcm.png"},
-	{ "pcm2" , PREFIX "/share/gpe-mixer/pcm.png"},
-	{ "mic" , PREFIX "/share/gpe-mixer/mic.png"},
-	{ "unkn" , PREFIX "/share/gpe-mixer/unkn.png"},
+	{ "line" , "line"},
+	{ "line1" , "line"},
+	{ "cd" , "cd"},
+	{ "bass" , "bass"},
+	{ "vol" , "volume"},
+	{ "treble" , "treble"},
+	{ "synth" , "synth"},
+	{ "speaker" , "speaker"},
+	{ "phout" , "speaker"},
+	{ "pcm" , "pcm"},
+	{ "pcm2" , "pcm"},
+	{ "mic" , "mic"},
+	{ "unkn" , "unkn"},
 	{ "alarm" , "bell" },
 	{NULL, NULL}
 };