/soc/2013/ankitkv/gobjectification: ae7a0391e63e: Disabled part ...

Ankit Vani a at nevitus.org
Fri Aug 2 17:29:40 EDT 2013


Changeset: ae7a0391e63e4d6d4b515dfea90081a9d454c8ff
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-08-03 00:27 +0530
Branch:	 soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/ae7a0391e63e

Description:

Disabled part of gtkplugin till GPlugin can return dependent plugins

diffstat:

 pidgin/gtkplugin.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff --git a/pidgin/gtkplugin.c b/pidgin/gtkplugin.c
--- a/pidgin/gtkplugin.c
+++ b/pidgin/gtkplugin.c
@@ -323,7 +323,8 @@ static void plugin_toggled(GtkCellRender
 		if (plugin_pref_dialogs != NULL &&
 			(dialog = g_hash_table_lookup(plugin_pref_dialogs, plug)))
 			pref_dialog_response_cb(dialog, GTK_RESPONSE_DELETE_EVENT, plug);
-
+#warning TODO: Re-enable this section when GPlugin returns dependent plugins!
+#if 0
 		if (plug->dependent_plugins != NULL)
 		{
 			GString *tmp = g_string_new(_("The following plugins will be unloaded."));
@@ -360,6 +361,7 @@ static void plugin_toggled(GtkCellRender
 			g_string_free(tmp, TRUE);
 		}
 		else
+#endif
 			plugin_toggled_stage_two(plug, model, iter, TRUE);
 	}
 



More information about the Commits mailing list