005a97ad38
based on a diff from Gonzalo L. R.
13 lines
486 B
Plaintext
13 lines
486 B
Plaintext
$OpenBSD: patch-src_buttons_c,v 1.1 2012/03/19 12:59:42 ajacoutot Exp $
|
|
--- src/buttons.c.orig Mon Mar 12 15:03:30 2012
|
|
+++ src/buttons.c Mon Mar 12 15:04:24 2012
|
|
@@ -1001,7 +1001,7 @@ static ButtonSheet * btn_buttonsheet_new_default_short
|
|
ButtonSheet *bsh;
|
|
ButtonRow *brw;
|
|
const gchar *lab[] = { "Home", "Local", "/", "CD-ROM" },
|
|
- *pth[] = { "$HOME", "/usr/local/", "/", "/cdrom/" };
|
|
+ *pth[] = { "$HOME", "${LOCALBASE}", "/", "/cdrom/" };
|
|
gchar buf[1024];
|
|
guint i;
|
|
|