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:
Bastien Nocera 2004-01-15 19:38:42 +00:00 committed by Bastien Nocera
parent f968d7954a
commit 71eff1f778
2 changed files with 9 additions and 4 deletions

View file

@ -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>
* Makefile.am:

View file

@ -153,10 +153,10 @@ fblevel_problem_cb (void)
#endif
static char *images[] = {
PIXMAPSDIR "gnome-speakernotes-muted.png",
PIXMAPSDIR "gnome-speakernotes.png",
PIXMAPSDIR "acme-brightness.png",
PIXMAPSDIR "acme-eject.png",
PIXMAPSDIR "/gnome-speakernotes-muted.png",
PIXMAPSDIR "/gnome-speakernotes.png",
PIXMAPSDIR "/acme-brightness.png",
PIXMAPSDIR "/acme-eject.png",
};
static void