mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 21:53:31 -05:00
unity-menubar.patch for 101.0
This commit is contained in:
parent
5112e1ca4d
commit
9c18473d4a
1 changed files with 4 additions and 4 deletions
|
@ -1068,7 +1068,7 @@
|
||||||
+
|
+
|
||||||
+ OnOpen();
|
+ OnOpen();
|
||||||
+
|
+
|
||||||
+ mOpenDelayTimer = do_CreateInstance(NS_TIMER_CONTRACTID);
|
+ mOpenDelayTimer = NS_NewTimer();
|
||||||
+ if (!mOpenDelayTimer) {
|
+ if (!mOpenDelayTimer) {
|
||||||
+ return;
|
+ return;
|
||||||
+ }
|
+ }
|
||||||
|
@ -5118,8 +5118,8 @@
|
||||||
--- a/widget/gtk/components.conf
|
--- a/widget/gtk/components.conf
|
||||||
+++ b/widget/gtk/components.conf
|
+++ b/widget/gtk/components.conf
|
||||||
@@ -76,6 +76,14 @@ Classes = [
|
@@ -76,6 +76,14 @@ Classes = [
|
||||||
'headers': ['/widget/gtk/nsApplicationChooser.h'],
|
'headers': ['/widget/gtk/nsUserIdleServiceGTK.h'],
|
||||||
'processes': ProcessSelector.MAIN_PROCESS_ONLY,
|
'constructor': 'nsUserIdleServiceGTK::GetInstance',
|
||||||
},
|
},
|
||||||
+ {
|
+ {
|
||||||
+ 'cid': '{0b3fe5aa-bc72-4303-85ae-76365df1251d}',
|
+ 'cid': '{0b3fe5aa-bc72-4303-85ae-76365df1251d}',
|
||||||
|
@ -5131,7 +5131,7 @@
|
||||||
+ },
|
+ },
|
||||||
]
|
]
|
||||||
|
|
||||||
if defined('MOZ_X11'):
|
if defined('NS_PRINTING'):
|
||||||
--- a/xpfe/appshell/AppWindow.cpp
|
--- a/xpfe/appshell/AppWindow.cpp
|
||||||
+++ b/xpfe/appshell/AppWindow.cpp
|
+++ b/xpfe/appshell/AppWindow.cpp
|
||||||
@@ -80,7 +80,7 @@
|
@@ -80,7 +80,7 @@
|
||||||
|
|
Loading…
Reference in a new issue