- Timestamp:
- 2010-07-05T12:01:28Z (14 years ago)
- Branches:
- master
- Children:
- 9a9b520
- Parents:
- 006a84f
- Location:
- protocols
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee.h
r006a84f r69b896b 62 62 char *handle; 63 63 char *fullname; 64 char *nick; 64 65 struct bee_group *group; 65 66 -
protocols/bee_user.c
r006a84f r69b896b 60 60 g_free( bu->handle ); 61 61 g_free( bu->fullname ); 62 g_free( bu->nick ); 62 63 g_free( bu->status ); 63 64 g_free( bu->status_msg ); -
protocols/nogaim.c
r006a84f r69b896b 427 427 428 428 if( !bu || !nick ) return; 429 430 g_free( bu->nick ); 431 bu->nick = g_strdup( nick ); 429 432 430 433 if( bee->ui->user_nick_hint )
Note: See TracChangeset
for help on using the changeset viewer.