From 44b96f1d58d64a1992c99d24ddf65fd2c48d8574 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 16 Mar 2009 16:51:03 +0000 Subject: Replace ev_shutdown with a FIXME since it doesn't work as expected at the moment. --- 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; } -- cgit v0.9.1