summaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp
blob: 00dd483a95fbf58fb74fa0ae8fe7bb9f82480662 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- suite/app/nsSuiteApp.cpp~
+++ suite/app/nsSuiteApp.cpp
@@ -331,6 +331,9 @@ int main(int argc, char* argv[])
   TriggerQuirks();
 #endif
 
+  setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0);
+  setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0);
+  
   int gotCounters;
 #if defined(XP_UNIX)
   struct rusage initialRUsage;
@@ -339,7 +342,7 @@ int main(int argc, char* argv[])
   IO_COUNTERS ioCounters;
   gotCounters = GetProcessIoCounters(GetCurrentProcess(), &ioCounters);
 #endif
-  
+
   nsIFile *xreDirectory;
 
 #ifdef HAS_DLL_BLOCKLIST