f752e6d04c
PKGREVISION -> 16.
13 lines
501 B
Text
13 lines
501 B
Text
$NetBSD: patch-bs,v 1.3 2012/12/11 04:54:47 dholland Exp $
|
|
|
|
--- src/xmenu.c.orig 1998-12-28 23:15:47.000000000 +0100
|
|
+++ src/xmenu.c 2008-04-02 22:40:18.000000000 +0200
|
|
@@ -1500,7 +1501,7 @@
|
|
{
|
|
XtManageChild (x->menubar_widget);
|
|
XtMapWidget (x->menubar_widget);
|
|
- XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, 0);
|
|
+ XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, NULL);
|
|
}
|
|
|
|
/* Re-manage the text-area widget, and then thrash the sizes. */
|