Changeset 5a61bf59


Ignore:
Timestamp:
2010-07-19T21:18:13Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
262bc7e
Parents:
6d8cc05
Message:

Whoops. Small memory management screw-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_channel.c

    r6d8cc05 r5a61bf59  
    546546        set_add( &ic->set, "group", NULL, set_eval_by_group, ic );
    547547        set_add( &ic->set, "protocol", NULL, set_eval_by_protocol, ic );
     548       
     549        /* When changing the default, also change it below. */
    548550        set_add( &ic->set, "show_users", "online+,away", set_eval_show_users, ic );
    549551       
     
    552554       
    553555        /* Have to run the evaluator to initialize icc->modes. */
    554         set_setstr( &ic->set, "show_users", set_getstr( &ic->set, "show_users" ) );
     556        set_setstr( &ic->set, "show_users", "online+,away" );
    555557       
    556558        return TRUE;
Note: See TracChangeset for help on using the changeset viewer.