# HG changeset patch # User Sean Egan # Date 1177526434 0 # Node ID 0fb719b5dc0eb815b36886b3069fd116dbea5ac1 # Parent 6447865b2d0896c81c3e40bcaede4fbdad542b8b fixes #280 diff -r 6447865b2d08 -r 0fb719b5dc0e pidgin/gtkstatusbox.c --- 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);