src/protocols/simple/simple.c

changeset 12456
94b229fc8203
parent 12389
7196ba664097
child 12489
14274d68d499
--- a/src/protocols/simple/simple.c	Mon Dec 12 05:35:21 2005 +0000
+++ b/src/protocols/simple/simple.c	Mon Dec 12 05:46:29 2005 +0000
@@ -245,8 +245,9 @@
 static GList *simple_status_types(GaimAccount *acc) {
 	GaimStatusType *type;
 	GList *types = NULL;
-	gaim_debug_info("simple","called simple_status_types\n");
-	type = gaim_status_type_new(GAIM_STATUS_OFFLINE, "offline", _("Offline"), FALSE);
+
+	type = gaim_status_type_new_full(
+		GAIM_STATUS_OFFLINE, "offline", _("Offline"), TRUE, TRUE, FALSE);
 	types = g_list_append(types, type);
 
 	type = gaim_status_type_new_with_attrs(

mercurial