Changeset b556e46 for protocols/nogaim.c


Ignore:
Timestamp:
2010-07-09T23:25:07Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f3b6764
Parents:
c5bff81 (diff), 9a9b520 (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.
Message:

Merging main ui-fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    rc5bff81 rb556e46  
    427427       
    428428        if( !bu || !nick ) return;
     429       
     430        g_free( bu->nick );
     431        bu->nick = g_strdup( nick );
    429432       
    430433        if( bee->ui->user_nick_hint )
Note: See TracChangeset for help on using the changeset viewer.