Mercurial > pidgin
comparison src/plugin.c @ 11220:dc6fabb3b645
[gaim-migrate @ 13352]
one liner from Peter Lawler
committer: Tailor Script <tailor@pidgin.im>
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Tue, 09 Aug 2005 08:14:38 +0000 |
| parents | 50224ac8184d |
| children | bb0d7b719af2 |
comparison
equal
deleted
inserted
replaced
| 11219:0fabe3892b97 | 11220:dc6fabb3b645 |
|---|---|
| 1028 GaimPlugin *plugin; | 1028 GaimPlugin *plugin; |
| 1029 | 1029 |
| 1030 for (cur = plugins; cur != NULL; cur = cur->next) | 1030 for (cur = plugins; cur != NULL; cur = cur->next) |
| 1031 { | 1031 { |
| 1032 plugin = cur->data; | 1032 plugin = cur->data; |
| 1033 if (plugin->info->type == GAIM_PLUGIN_PROTOCL) | 1033 if (plugin->info->type == GAIM_PLUGIN_PROTOCOL) |
| 1034 protocol_plugins = g_list_insert_sorted(protocol_plugins, plugin, | 1034 protocol_plugins = g_list_insert_sorted(protocol_plugins, plugin, |
| 1035 (GCompareFunc)compare_prpl); | 1035 (GCompareFunc)compare_prpl); |
| 1036 } | 1036 } |
| 1037 | 1037 |
| 1038 #endif /* GAIM_PLUGINS */ | 1038 #endif /* GAIM_PLUGINS */ |
