Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marcopg@litl.com>2009-03-16 16:51:03 (GMT)
committer Marco Pesenti Gritti <marcopg@litl.com>2010-07-27 22:04:21 (GMT)
commit44b96f1d58d64a1992c99d24ddf65fd2c48d8574 (patch)
tree3cd5e89b64ae18a168aeefa2bf7e87e1f86ded8c /browser-plugin
parent4a2b6946c2aa722efafa3152c5f53579a5396b1e (diff)
Replace ev_shutdown with a FIXME since it doesn't work as expected at the moment.
Diffstat (limited to 'browser-plugin')
-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;
}