23a8433807
* Ported to GTK+2 * Now understands new font name format used by WindowMaker 0.90 * Bug fixes
13 lines
372 B
Text
13 lines
372 B
Text
$NetBSD: patch-ac,v 1.3 2005/05/25 09:57:14 adam Exp $
|
|
|
|
--- src/rootmenu.c.orig 2005-02-26 14:31:26.000000000 +0000
|
|
+++ src/rootmenu.c
|
|
@@ -477,7 +477,7 @@ real_rootmenu (GtkTooltips *tooltips, pr
|
|
|
|
if (!file)
|
|
{
|
|
- file = fopen ("/etc/X11/WindowMaker/menu.hook", "r");
|
|
+ file = fopen (WMAKERDIR "/menu.hook", "r");
|
|
if (file)
|
|
{
|
|
debian_menu = YES;
|