Changeset e135cd09 for irc_channel.c


Ignore:
Timestamp:
2010-07-24T15:58:27Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0f28785
Parents:
40e6dac
Message:

Use the account tag in a few places and store it in the XML file as an
attribute, not as a setting (since all accounts have it anyway).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_channel.c

    r40e6dac re135cd09  
    579579                bee_irc_channel_update( ic->irc, ic, NULL );
    580580       
    581         return g_strdup_printf( "%s(%s)", acc->prpl->name, acc->user );
     581        return g_strdup( acc->tag );
    582582}
    583583
Note: See TracChangeset for help on using the changeset viewer.