[gaim-migrate @ 14763]

Mon, 12 Dec 2005 05:34:54 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 12 Dec 2005 05:34:54 +0000
changeset 12454
2cc7409cf870
parent 12453
039283f5dd2b
child 12455
6fd012e3f38c

[gaim-migrate @ 14763]
The "offline" state for accounts should be user-settable and saveable.

src/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- a/src/protocols/oscar/oscar.c	Mon Dec 12 04:50:55 2005 +0000
+++ b/src/protocols/oscar/oscar.c	Mon Dec 12 05:34:54 2005 +0000
@@ -7819,7 +7819,7 @@
 	/* Oscar-common status types */
 	type = gaim_status_type_new_full(GAIM_STATUS_OFFLINE,
 									 OSCAR_STATUS_ID_OFFLINE,
-									 _("Offline"), FALSE, TRUE, FALSE);
+									 _("Offline"), TRUE, TRUE, FALSE);
 	status_types = g_list_append(status_types, type);
 
 	type = gaim_status_type_new_with_attrs(GAIM_STATUS_AVAILABLE,

mercurial