]> git.pld-linux.org Git - packages/icedove.git/blobdiff - icedove-extensiondir.patch
- updated to 17.0, enigmail 1.4.6
[packages/icedove.git] / icedove-extensiondir.patch
index b8487b536dd91c6bda2bf68859c258423f6dd984..836c0b5341ec152aae3b995c5cf42992a6282125 100644 (file)
@@ -1,17 +1,17 @@
 --- icedove-3.1.2/mozilla/mozilla/toolkit/xre/nsXREDirProvider.cpp~    2010-08-03 02:28:31.000000000 +0300
 +++ icedove-3.1.2/mozilla/mozilla/toolkit/xre/nsXREDirProvider.cpp     2010-08-17 15:46:17.972676534 +0300
-@@ -320,7 +320,7 @@
- #endif
+@@ -328,7 +328,7 @@
  #if defined(XP_UNIX) && !defined(XP_MACOSX)
    else if (!strcmp(aProperty, XRE_SYS_SHARE_EXTENSION_PARENT_DIR)) {
+ #ifdef ENABLE_SYSTEM_EXTENSION_DIRS
 -    static const char *const sysLExtDir = "/usr/share/mozilla/extensions";
 +    static const char *const sysLExtDir = "/usr/share/icedove/extensions";
      return NS_NewNativeLocalFile(nsDependentCString(sysLExtDir),
-                                  PR_FALSE, (nsILocalFile**)(nsIFile**) aFile);
-   }
-@@ -1231,9 +1231,9 @@
+                                  false, (nsILocalFile**)(nsIFile**) aFile);
+ #else
+@@ -1129,9 +1129,9 @@
  #elif defined(XP_UNIX)
-   static const char *const sysSExtDir = 
+   static const char *const sysSExtDir =
  #ifdef HAVE_USR_LIB64_DIR
 -    "/usr/lib64/mozilla/extensions";
 +    "/usr/lib64/icedove/extensions";
@@ -19,5 +19,6 @@
 -    "/usr/lib/mozilla/extensions";
 +    "/usr/lib/icedove/extensions";
  #endif
-   rv = NS_NewNativeLocalFile(nsDependentCString(sysSExtDir), PR_FALSE,
+
+   rv = NS_NewNativeLocalFile(nsDependentCString(sysSExtDir), false,
+  rv = NS_NewNativeLocalFile(nsDependentCString(sysSExtDir), PR_FALSE,
This page took 0.039168 seconds and 4 git commands to generate.