Changeset 6e9ae72 for protocols/purple/purple.c
- Timestamp:
- 2011-12-17T13:50:01Z (13 years ago)
- Branches:
- master
- Children:
- 18c6d36
- Parents:
- 87dddee (diff), 17f057d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
r87dddee r6e9ae72 181 181 /** No way to talk to the user right now, invent one when 182 182 this becomes important. 183 irc_ usermsg( acc->irc, "Setting with unknown type: %s (%d) Expect stuff to break..\n",183 irc_rootmsg( acc->irc, "Setting with unknown type: %s (%d) Expect stuff to break..\n", 184 184 name, purple_account_option_get_type( o ) ); 185 185 */ … … 750 750 if( bud->server_alias ) 751 751 imcb_rename_buddy( ic, bud->name, bud->server_alias ); 752 else if( bud->alias ) 753 imcb_rename_buddy( ic, bud->name, bud->alias ); 752 754 753 755 if( group )
Note: See TracChangeset
for help on using the changeset viewer.