Mercurial > pidgin
changeset 12814:f88f145884c0
[gaim-migrate @ 15162]
I think we should use the name, and not the id, of the status primitive when calculating the savedstatus title.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 11 Jan 2006 03:37:59 +0000 |
parents | 547c199072c8 |
children | a8bffa7fb6ac |
files | src/savedstatuses.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/savedstatuses.c Wed Jan 11 03:07:01 2006 +0000 +++ b/src/savedstatuses.c Wed Jan 11 03:37:59 2006 +0000 @@ -801,7 +801,7 @@ { GaimStatusPrimitive primitive; primitive = gaim_savedstatus_get_type(saved_status); - return gaim_primitive_get_id_from_type(primitive); + return gaim_primitive_get_name_from_type(primitive); } else {