Mercurial > pidgin.yaz
changeset 13192:ad7aa4aa753b
[gaim-migrate @ 15555]
sf patch #1413938, from Tim Mooney
"skip calling gaim_set_status_active_with_attrs"
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 08 Feb 2006 23:33:39 +0000 |
parents | a0dfbd5c3b03 |
children | 3426bc61bb8b |
files | src/status.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); } /*