Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/hulahop-browser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hulahop-browser.cpp')
-rw-r--r--src/hulahop-browser.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hulahop-browser.cpp b/src/hulahop-browser.cpp
index 94f9f1a..bfafdbe 100644
--- a/src/hulahop-browser.cpp
+++ b/src/hulahop-browser.cpp
@@ -72,9 +72,17 @@ hulahop_startup()
&kDirectoryProvider), nsnull, 0);
NS_ENSURE_SUCCESS(rv, FALSE);
+ XRE_NotifyProfile();
+
return TRUE;
}
+void
+hulahop_shutdown()
+{
+ XRE_TermEmbedding();
+}
+
static GtkWidget *
hulahop_browser_get_offscreen_window(HulahopBrowser *browser)
{