Ignore:
Timestamp:
2009-12-13T14:48:56Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e8c8d00
Parents:
2288705
Message:

No functional changes, just some style "fixes". Although I admit I'm
somewhat growing out of my own coding style, I do try to keep things
consistent at least within files.

Comments are now in reviewboard:

http://code.bitlbee.org/rb/r/13/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    r2288705 r1c3008a  
    6363       
    6464        s = set_add( &acc->set, "priority", "0", set_eval_priority, acc );
     65
     66        s = set_add( &acc->set, "proxy", "<local>;<auto>", NULL, acc );
    6567       
    6668        s = set_add( &acc->set, "resource", "BitlBee", NULL, acc );
     
    8082        s = set_add( &acc->set, "xmlconsole", "false", set_eval_bool, acc );
    8183        s->flags |= ACC_SET_OFFLINE_ONLY;
    82 
    83         s = set_add( &acc->set, "proxy", "<local>;<auto>", NULL, acc );
    8484}
    8585
Note: See TracChangeset for help on using the changeset viewer.