repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
help2man: fix drag in of target perl for the native package
[openembedded.git]
/
recipes
/
mozilla
/
thunderbird-1.0.7
/
extensions-hack.patch
blob
b3906b2be653e4c0cd76575e3c3725c2424ca2b8
1
--- mozilla/toolkit/mozapps/extensions/src/nsExtensionManager.js.in.old 2004-08-03 11:45:51.000000000 +0100
2
+++ mozilla/toolkit/mozapps/extensions/src/nsExtensionManager.js.in 2004-08-03 11:46:04.000000000 +0100
3
@@ -1429,6 +1429,7 @@
4
win.close();
5
6
}
7
+ needsRestart = false;
8
return needsRestart;
9
},
10