Mercurial > pidgin
diff finch/gntplugin.c @ 31086:a8cc50c2279f
Remove trailing whitespace
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 04 Jan 2011 06:55:30 +0000 |
| parents | a538cb73f897 |
| children |
line wrap: on
line diff
--- a/finch/gntplugin.c Tue Jan 04 06:42:45 2011 +0000 +++ b/finch/gntplugin.c Tue Jan 04 06:55:30 2011 +0000 @@ -64,7 +64,7 @@ static void decide_conf_button(PurplePlugin *plugin) { - if (purple_plugin_is_loaded(plugin) && + if (purple_plugin_is_loaded(plugin) && ((PURPLE_IS_GNT_PLUGIN(plugin) && FINCH_PLUGIN_UI_INFO(plugin) != NULL) || (plugin->info->prefs_info && @@ -262,7 +262,7 @@ PurplePlugin *plugin; g_return_if_fail(plugins.window); - + plugin = purple_plugin_probe(filename); if (!plugin) { purple_notify_error(handle, _("Error loading plugin"),
