Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/hulahop.cpp
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-22 00:11:20 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-22 00:11:20 (GMT)
commit102603be13d3cb9e6a410653042b581df7233dc9 (patch)
treebdd06d55d89bf99849d042d4886831a337537c54 /src/hulahop.cpp
parentceb5dd09ec5f8c91a8696f0347f1fad5d86f2acd (diff)
Adapt to latest xulrunner 1.9
Diffstat (limited to 'src/hulahop.cpp')
-rw-r--r--src/hulahop.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hulahop.cpp b/src/hulahop.cpp
index 8448a5b..e34b282 100644
--- a/src/hulahop.cpp
+++ b/src/hulahop.cpp
@@ -49,12 +49,12 @@ hulahop_startup()
setup_plugin_path();
nsCOMPtr<nsILocalFile> greDir;
- rv = NS_NewNativeLocalFile(nsCString(MOZILLA_HOME), PR_TRUE,
+ rv = NS_NewNativeLocalFile(nsCString(LIBXUL_DIR), PR_TRUE,
getter_AddRefs(greDir));
NS_ENSURE_SUCCESS(rv, FALSE);
nsCOMPtr<nsILocalFile> binDir;
- rv = NS_NewNativeLocalFile(nsCString(MOZILLA_HOME"/components"), PR_TRUE,
+ rv = NS_NewNativeLocalFile(nsCString(LIBXUL_DIR"/components"), PR_TRUE,
getter_AddRefs(binDir));
NS_ENSURE_SUCCESS(rv, FALSE);