aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-extensions-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-extensions-manager.c')
-rw-r--r--src/ephy-extensions-manager.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ephy-extensions-manager.c b/src/ephy-extensions-manager.c
index 1477b05cd..245c72dfe 100644
--- a/src/ephy-extensions-manager.c
+++ b/src/ephy-extensions-manager.c
@@ -898,15 +898,15 @@ unload_extension (EphyExtensionsManager *manager,
manager->priv->extensions =
g_list_remove (manager->priv->extensions, info->extension);
- }
- /* we own two refs to the extension, the one we added when
- * we added it to the priv->extensions list, and the one returned
- * from get_object. Release object, and queue a unref, since if the
- * extension has its own functions queued in the idle loop, the
- * functions must exist in memory before being called.
- */
- g_idle_add ((GSourceFunc) idle_unref, info->extension);
+ /* we own two refs to the extension, the one we added when
+ * we added it to the priv->extensions list, and the one returned
+ * from get_object. Release object, and queue a unref, since if the
+ * extension has its own functions queued in the idle loop, the
+ * functions must exist in memory before being called.
+ */
+ g_idle_add ((GSourceFunc) idle_unref, info->extension);
+ }
ephy_loader_release_object (info->loader, G_OBJECT (info->extension));