Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-20 18:23:52 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-20 18:23:52 (GMT)
commite92cafce48d41dcf92ba07adeb179c529ea7fd26 (patch)
tree6532bbdb100028d5bde394fe40598efd0eecd3a7 /src
parentce5b9dda9af22f97ed0dac08ac5f96ea764c3eae (diff)
Initialize the profile
Diffstat (limited to 'src')
-rw-r--r--src/hulahop-web-view.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hulahop-web-view.cpp b/src/hulahop-web-view.cpp
index ec4e3be..c3f40af 100644
--- a/src/hulahop-web-view.cpp
+++ b/src/hulahop-web-view.cpp
@@ -75,6 +75,8 @@ hulahop_startup()
&kDirectoryProvider), nsnull, 0);
NS_ENSURE_SUCCESS(rv, FALSE);
+ XRE_NotifyProfile();
+
return TRUE;
}