fix locating the pixmaps when compiling with a prefix not ending in '/'
2004-01-15 Bastien Nocera <hadess@hadess.net> * gnome-settings-multimedia-keys.c: fix locating the pixmaps when compiling with a prefix not ending in '/'
This commit is contained in:
parent
f968d7954a
commit
71eff1f778
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-01-15 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
|
* gnome-settings-multimedia-keys.c: fix locating the
|
||||||
|
pixmaps when compiling with a prefix not ending in '/'
|
||||||
|
|
||||||
2004-01-14 Bastien Nocera <hadess@hadess.net>
|
2004-01-14 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
* Makefile.am:
|
* Makefile.am:
|
||||||
|
|
|
@ -153,10 +153,10 @@ fblevel_problem_cb (void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static char *images[] = {
|
static char *images[] = {
|
||||||
PIXMAPSDIR "gnome-speakernotes-muted.png",
|
PIXMAPSDIR "/gnome-speakernotes-muted.png",
|
||||||
PIXMAPSDIR "gnome-speakernotes.png",
|
PIXMAPSDIR "/gnome-speakernotes.png",
|
||||||
PIXMAPSDIR "acme-brightness.png",
|
PIXMAPSDIR "/acme-brightness.png",
|
||||||
PIXMAPSDIR "acme-eject.png",
|
PIXMAPSDIR "/acme-eject.png",
|
||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue