]> git.pld-linux.org Git - packages/thunderbird.git/blob - icedove-extensiondir.patch
- start de-branding back to thunderbird
[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(__OpenBSD__) || defined(__FreeBSD__)
5      static const char *const sysLExtDir = "/usr/local/share/mozilla/extensions";
6  #else
7 -    static const char *const sysLExtDir = "/usr/share/mozilla/extensions";
8 +    static const char *const sysLExtDir = "/usr/share/icedove/extensions";
9  #endif
10      return NS_NewNativeLocalFile(nsDependentCString(sysLExtDir),
11                                   false, aFile);
12 @@ -1129,11 +1129,11 @@
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  #elif defined(__OpenBSD__) || defined(__FreeBSD__)
19      "/usr/local/lib/mozilla/extensions";
20  #else
21 -    "/usr/lib/mozilla/extensions";
22 +    "/usr/lib/icedove/extensions";
23  #endif
24  
25    rv = NS_NewNativeLocalFile(nsDependentCString(sysSExtDir), false,
This page took 0.423063 seconds and 3 git commands to generate.