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>
|
||||
|
||||
* Makefile.am:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue