]> git.pld-linux.org Git - packages/thunderbird.git/blob - icedove-extensiondir.patch
- up to 10.0.2
[packages/thunderbird.git] / icedove-extensiondir.patch
1 --- icedove-3.1.2/mozilla/mozilla/toolkit/xre/nsXREDirProvider.cpp~     2010-08-03 02:28:31.000000000 +0300
2 +++ icedove-3.1.2/mozilla/mozilla/toolkit/xre/nsXREDirProvider.cpp      2010-08-17 15:46:17.972676534 +0300
3 @@ -328,7 +328,7 @@
4  #if defined(XP_UNIX) && !defined(XP_MACOSX)
5    else if (!strcmp(aProperty, XRE_SYS_SHARE_EXTENSION_PARENT_DIR)) {
6  #ifdef ENABLE_SYSTEM_EXTENSION_DIRS
7 -    static const char *const sysLExtDir = "/usr/share/mozilla/extensions";
8 +    static const char *const sysLExtDir = "/usr/share/icedove/extensions";
9      return NS_NewNativeLocalFile(nsDependentCString(sysLExtDir),
10                                   false, (nsILocalFile**)(nsIFile**) aFile);
11  #else
12 @@ -1129,9 +1129,9 @@
13  #elif defined(XP_UNIX)
14    static const char *const sysSExtDir =
15  #ifdef HAVE_USR_LIB64_DIR
16 -    "/usr/lib64/mozilla/extensions";
17 +    "/usr/lib64/icedove/extensions";
18  #else
19 -    "/usr/lib/mozilla/extensions";
20 +    "/usr/lib/icedove/extensions";
21  #endif
22
23    rv = NS_NewNativeLocalFile(nsDependentCString(sysSExtDir), false,
24   rv = NS_NewNativeLocalFile(nsDependentCString(sysSExtDir), PR_FALSE,
This page took 0.382311 seconds and 3 git commands to generate.