* Move to GPL v3
[citadel.git] / gaim-citadel / citadel.c
index 082a1eb85dac72fdc31d450d5d5c6b483cfe2868..1e753a36e7d01c4cfd965af428ab7c89c91f8897 100644 (file)
@@ -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);