On Sun, Oct 26, 2008 at 9:26 AM, Julien _FrnchFrgg_ RIVAUD <[EMAIL PROTECTED]> wrote: > Package: pekwm > Version: 0.1.7-3 > Severity: normal > > There is one "}" more than "{"s in the debian-menu file, which means that > the enclosing scope is closed too soon when the > > INCLUDE = "debian-menu" > > statement is not the last one >
Isn't this fun... Please try the attached patch. I suppose that this is what I get for using a contributed menu-methods file when I'm not familiar enough with the syntax to catch bugs before releasing them. Thanks, Daniel
From dc00d240f19dc155d2ab5ad70039fbc7d10fd13c Mon Sep 17 00:00:00 2001 From: Daniel Moerner <[EMAIL PROTECTED]> Date: Sun, 26 Oct 2008 10:44:13 -0700 Subject: [PATCH] fix menu-method bug Signed-off-by: Daniel Moerner <[EMAIL PROTECTED]> --- /etc/menu-methods/pekwm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/etc/menu-methods/pekwm b/etc/menu-methods/pekwm index 0b4fb73..42ed1f3 100644 --- a/etc/menu-methods/pekwm +++ b/etc/menu-methods/pekwm @@ -36,7 +36,7 @@ supported endsupported preoutput= \ -"# Menu config for pekwm\n\n \ +"# Menu config for pekwm\n\n Submenu = \"Debian\" { \n" startmenu= "" submenutitle= pwsubmenu("Submenu", title()) -- 1.5.6.5