Mercurial > pidgin.yaz
changeset 16426:0fb719b5dc0e
fixes #280
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 25 Apr 2007 18:40:34 +0000 |
parents | 6447865b2d08 |
children | 4999bbc52881 50380e48fb65 |
files | pidgin/gtkstatusbox.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c Wed Apr 25 16:03:24 2007 +0000 +++ b/pidgin/gtkstatusbox.c Wed Apr 25 18:40:34 2007 +0000 @@ -899,7 +899,6 @@ { GList *list, *cur; GdkPixbuf *pixbuf; - PidginStatusBoxItemType type = PIDGIN_STATUS_BOX_TYPE_POPULAR; list = purple_savedstatuses_get_popular(6); if (list == NULL) @@ -914,6 +913,7 @@ const gchar *message; gchar *stripped = NULL; PurpleStatusPrimitive prim; + PidginStatusBoxItemType type = PIDGIN_STATUS_BOX_TYPE_POPULAR; /* Get an appropriate status icon */ prim = purple_savedstatus_get_type(saved);