Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/browser/xulrunner.cpp
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-13 20:49:27 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-13 20:49:27 (GMT)
commit9e10d15c21a6ec767e0a4d9606e2b01dad57636a (patch)
treea9e3d05105c8e892ba4f7968a6c36c3b211012f0 /sugar/browser/xulrunner.cpp
parent7e0fd77b13d8e4d8a169adf3733ef70d47933eea (diff)
More work on pyxpcom integration
Diffstat (limited to 'sugar/browser/xulrunner.cpp')
-rw-r--r--sugar/browser/xulrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/browser/xulrunner.cpp b/sugar/browser/xulrunner.cpp
index f7dc0fd..a03604d 100644
--- a/sugar/browser/xulrunner.cpp
+++ b/sugar/browser/xulrunner.cpp
@@ -39,7 +39,7 @@ xulrunner_startup(void)
fprintf(stderr, "Couldn't find a compatible GRE.\n");
return 1;
}
-
+
rv = XPCOMGlueStartup(xpcomPath);
if (NS_FAILED(rv)) {
fprintf(stderr, "Couldn't start XPCOM.");