Changeset c775a58
- Timestamp:
- 2010-12-07T23:41:49Z (14 years ago)
- Branches:
- master
- Children:
- 76c89dc7
- Parents:
- 83f1bd1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r83f1bd1d rc775a58 601 601 oscar=0 602 602 yahoo=0 603 twitter=0604 603 605 604 if [ "$events" = "libevent" ]; then 606 echo607 605 echo 'Warning: Some libpurple modules (including msn-pecan) do their event handling' 608 606 echo 'outside libpurple, talking to GLib directly. At least for now the combination' 609 607 echo 'libpurple + libevent is *not* recommended!' 608 echo 610 609 fi 611 610 fi -
protocols/purple/purple.c
r83f1bd1d rc775a58 1287 1287 struct prpl *ret; 1288 1288 1289 /* If we already have this one (as a native module), don't 1290 add a libpurple duplicate. */ 1291 if( find_protocol( prot->info->id ) ) 1292 continue; 1293 1289 1294 ret = g_memdup( &funcs, sizeof( funcs ) ); 1290 1295 ret->name = ret->data = prot->info->id;
Note: See TracChangeset
for help on using the changeset viewer.