diff pidgin/gtkstatusbox.c @ 16426:0fb719b5dc0e

fixes #280
author Sean Egan <seanegan@gmail.com>
date Wed, 25 Apr 2007 18:40:34 +0000
parents bf353c85959a
children 61e7095fc137 776acf50d50f
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);