# HG changeset patch # User Mark Doliner # Date 1139441619 0 # Node ID ad7aa4aa753bca914f031b5775ca4d2a404eba4e # Parent a0dfbd5c3b03f08311053689e103da84ec8193f0 [gaim-migrate @ 15555] sf patch #1413938, from Tim Mooney "skip calling gaim_set_status_active_with_attrs" committer: Tailor Script diff -r a0dfbd5c3b03 -r ad7aa4aa753b src/status.c --- 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); } /*