summarylogtreecommitdiffstats
path: root/unity-menubar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unity-menubar.patch')
-rw-r--r--unity-menubar.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-menubar.patch b/unity-menubar.patch
index d58efccc5e8b..2340c3360488 100644
--- a/unity-menubar.patch
+++ b/unity-menubar.patch
@@ -5054,7 +5054,7 @@
+
bool nsWindow::CheckForRollup(gdouble aMouseX, gdouble aMouseY, bool aIsWheel,
bool aAlwaysRollup) {
- nsIRollupListener* rollupListener = GetActiveRollupListener();
+ LOG("nsWindow::CheckForRollup() aAlwaysRollup %d", aAlwaysRollup);
--- a/widget/gtk/nsWindow.h
+++ b/widget/gtk/nsWindow.h
@@ -26,6 +26,8 @@