X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=gaim-citadel%2Fcitadel.c;h=1e753a36e7d01c4cfd965af428ab7c89c91f8897;hb=b2971ed49d2cfe5128190ec1d5d8c0fa239f0004;hp=082a1eb85dac72fdc31d450d5d5c6b483cfe2868;hpb=16ebc94c4335146d0af8afc26931fefa7cf76634;p=citadel.git diff --git a/gaim-citadel/citadel.c b/gaim-citadel/citadel.c index 082a1eb85..1e753a36e 100644 --- a/gaim-citadel/citadel.c +++ b/gaim-citadel/citadel.c @@ -2,7 +2,7 @@ * Gaim Citadel plugin. * * © 2006 David Given. - * This code is licensed under the GPL v2. See the file COPYING in this + * This code is licensed under the GPL v3. See the file COPYING in this * directory for the full license text. * * $Id:citadel.c 4326 2006-02-18 12:26:22Z hjalfi $ @@ -559,7 +559,7 @@ static void _init_plugin(GaimPlugin *plugin) option = gaim_account_option_int_new(_("Port"), "port", CITADEL_DEFAULT_PORT); protocol.protocol_options = g_list_append(protocol.protocol_options, option); - option = gaim_account_option_bool_new(_("Everyone here's a buddy"), "no_blist", TRUE); + option = gaim_account_option_bool_new(_("Everyone here's a buddy"), "no_blist", FALSE); protocol.protocol_options = g_list_append(protocol.protocol_options, option); option = gaim_account_option_bool_new(_("Use TLS"), "use_tls", TRUE);