Mercurial > pidgin
comparison finch/gntplugin.c @ 21206:3301b2f813f0
propagate from branch 'im.pidgin.pidgin' (head b7ee9ed3d96546482462baf63c4127858553c275)
to branch 'im.pidgin.pidgin.next.minor' (head c196e533236db46190d525411b485194c2d4f03d)
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 10 Oct 2007 04:04:52 +0000 |
parents | e34e56eeb2da |
children | 0b67d509a305 |
comparison
equal
deleted
inserted
replaced
20873:63ce5e7f453d | 21206:3301b2f813f0 |
---|---|
81 { | 81 { |
82 GntWidget *win; | 82 GntWidget *win; |
83 | 83 |
84 if (!purple_plugin_unload(plugin)) { | 84 if (!purple_plugin_unload(plugin)) { |
85 purple_notify_error(NULL, _("ERROR"), _("unloading plugin failed"), NULL); | 85 purple_notify_error(NULL, _("ERROR"), _("unloading plugin failed"), NULL); |
86 purple_plugin_disable(plugin); | |
86 gnt_tree_set_choice(GNT_TREE(tree), plugin, TRUE); | 87 gnt_tree_set_choice(GNT_TREE(tree), plugin, TRUE); |
87 } | 88 } |
88 | 89 |
89 if (confwins && (win = g_hash_table_lookup(confwins, plugin)) != NULL) | 90 if (confwins && (win = g_hash_table_lookup(confwins, plugin)) != NULL) |
90 { | 91 { |