Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/glue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'browser-plugin/glue.cpp')
-rw-r--r--browser-plugin/glue.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/browser-plugin/glue.cpp b/browser-plugin/glue.cpp
index ebce5f7..027f55f 100644
--- a/browser-plugin/glue.cpp
+++ b/browser-plugin/glue.cpp
@@ -127,7 +127,8 @@ NP_Shutdown (void)
g_free (mimeDescription);
mimeDescription = NULL;
- ev_shutdown();
+ /* FIXME We should call ev_shutdown here but backend manager does
+ not handle correctly unloading and reloading at the moment. */
return NPERR_NO_ERROR;
}