diff pidgin/gtkblist.c @ 28307:dfd8d82313be 2.6.0_jp

merged with im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 19 Aug 2009 03:57:54 +0900
parents 968ec034a958 870015b978c9
children 4a2adf413aaa
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Tue Aug 18 16:04:22 2009 +0900
+++ b/pidgin/gtkblist.c	Wed Aug 19 03:57:54 2009 +0900
@@ -4103,7 +4103,7 @@
 				else
 					g_snprintf(buf, sizeof(buf), "%%s ");
 
-				statustext = g_strdup_printf(buf, tmp);purple_presence_is_idle(presence)
+				statustext = g_strdup_printf(buf, tmp);
 
 				g_free(tmp);
 			}