- Timestamp:
- 2009-11-23T23:38:31Z (15 years ago)
- Branches:
- master
- Children:
- 0ac1a375
- Parents:
- cd741d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
rcd741d8 r45a19e5 47 47 static void purple_init( account_t *acc ) 48 48 { 49 PurplePlugin *prpl = purple_plugins_find_with_id( acc->prpl->name);49 PurplePlugin *prpl = purple_plugins_find_with_id( (char*) acc->prpl->data ); 50 50 PurplePluginProtocolInfo *pi = prpl->info->extra_info; 51 51 GList *i;
Note: See TracChangeset
for help on using the changeset viewer.