[vinagre] Don't activate an engine plugin in the first load of engine plugins



commit 44706576f918ab17d2fb5508f3c4363e5ec1c704
Author: Jonh Wendell <jwendell gnome org>
Date:   Wed Sep 23 11:41:48 2009 -0300

    Don't activate an engine plugin in the first load of engine plugins
    
    Just load it into the memory

 vinagre/vinagre-plugins-engine.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-plugins-engine.c b/vinagre/vinagre-plugins-engine.c
index b6d9bcb..a8d4047 100644
--- a/vinagre/vinagre-plugins-engine.c
+++ b/vinagre/vinagre-plugins-engine.c
@@ -634,7 +634,6 @@ vinagre_plugins_engine_activate_plugin_real (VinagrePluginsEngine *engine,
 	  return;
 	}
 
-      vinagre_plugin_activate (info->plugin, NULL);
       g_hash_table_insert (engine->priv->protocols, (gpointer)protocol, info->plugin);
       return;
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]