[libpeas] Do not scan for plugins when constructed as there are no search paths
- From: Steve Frécinaux <sfre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Do not scan for plugins when constructed as there are no search paths
- Date: Sun, 19 Dec 2010 11:40:39 +0000 (UTC)
commit 4dcaccf5d70cf2ef1fbee2aa9645a47fd0247af8
Author: Garrett Regier <alias301 gmail com>
Date: Wed Dec 15 00:23:46 2010 -0800
Do not scan for plugins when constructed as there are no search paths
libpeas/peas-engine.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/libpeas/peas-engine.c b/libpeas/peas-engine.c
index a882761..f446c6c 100644
--- a/libpeas/peas-engine.c
+++ b/libpeas/peas-engine.c
@@ -321,12 +321,6 @@ peas_engine_init (PeasEngine *engine)
}
static void
-peas_engine_constructed (GObject *object)
-{
- peas_engine_rescan_plugins (PEAS_ENGINE (object));
-}
-
-static void
loader_garbage_collect (const gchar *id,
LoaderInfo *info)
{
@@ -455,7 +449,6 @@ peas_engine_class_init (PeasEngineClass *klass)
object_class->set_property = peas_engine_set_property;
object_class->get_property = peas_engine_get_property;
- object_class->constructed = peas_engine_constructed;
object_class->dispose = peas_engine_dispose;
object_class->finalize = peas_engine_finalize;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]