[gaim-migrate @ 15555]

Wed, 08 Feb 2006 23:33:39 +0000

author
Tim Mooney
date
Wed, 08 Feb 2006 23:33:39 +0000
changeset 13193
63c7f1c9f33b
parent 13192
77a782e38011
child 13194
61b4e7bfc328

[gaim-migrate @ 15555]
sf patch #1413938, from Tim Mooney
"skip calling gaim_set_status_active_with_attrs"

committer: Mark Doliner <markdoliner@pidgin.im>

src/status.c file | annotate | diff | comparison | revisions
--- a/src/status.c	Wed Feb 08 23:31:46 2006 +0000
+++ b/src/status.c	Wed Feb 08 23:33:39 2006 +0000
@@ -713,7 +713,7 @@
 void
 gaim_status_set_active(GaimStatus *status, gboolean active)
 {
-	gaim_status_set_active_with_attrs(status, active, NULL);
+	gaim_status_set_active_with_attrs_list(status, active, NULL);
 }
 
 /*

mercurial