Tell Gabber to look for gabber.glade in the proper place, preventing
it from coredumping on startup. PR: 22353 Submitted by: maintainer
This commit is contained in:
parent
5ab6c2fc42
commit
49ad4e616b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35172
@ -2,7 +2,7 @@
|
||||
+++ src/GabberConfig.hh.in Fri Jun 30 17:21:45 2000
|
||||
@@ -7,6 +7,6 @@
|
||||
static const char* GABBER_VERSION = VERSION;
|
||||
static const char* GABBER_GLADEFILE = "@prefix@/share/gabber/gabber.glade";
|
||||
static const char* GABBER_GLADEFILE = "@prefix@/share/gnome/gabber/gabber.glade";
|
||||
static const char* GABBER_CONFIG = "/Gabber/";
|
||||
-static const char* GABBER_PIXPATH = "@prefix@/share/pixmaps/gabber/";
|
||||
+static const char* GABBER_PIXPATH = "@datadir@/pixmaps/gabber/";
|
||||
|
Loading…
Reference in New Issue
Block a user