From c75d5294548512ca397c8b2cc083dd2102946dc5 Mon Sep 17 00:00:00 2001 From: "saari%netscape.com" Date: Sat, 23 Jan 1999 01:08:17 +0000 Subject: [PATCH] Commenting out until I figure out what I horked git-svn-id: svn://10.0.0.236/trunk@18394 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/xpwidgets/nsBaseWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/xpwidgets/nsBaseWidget.cpp b/mozilla/widget/src/xpwidgets/nsBaseWidget.cpp index cba182e7bc5..538e81caa97 100644 --- a/mozilla/widget/src/xpwidgets/nsBaseWidget.cpp +++ b/mozilla/widget/src/xpwidgets/nsBaseWidget.cpp @@ -76,7 +76,7 @@ nsBaseWidget::nsBaseWidget() : mAppShell = nsnull; mMouseListener = nsnull; mEventListener = nsnull; - mMenuListener = nsnull; + /*mMenuListener = nsnull;*/ mClientData = nsnull; mContext = nsnull; mCursor = eCursor_standard;