changeset 28305:cfefc9bd2acc

merge of '455ee39cd9ae508a675deeaa3952b91d404ca64d' and '8ee76f2f5b656f5452cf284b76a5f8863d52d8e0'
author Paul Aurich <paul@darkrain42.org>
date Tue, 18 Aug 2009 18:29:55 +0000
parents 870015b978c9 (diff) 470507fec7fa (current diff)
children d4036e0f58d6
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Tue Aug 18 18:26:57 2009 +0000
+++ b/pidgin/gtkblist.c	Tue Aug 18 18:29:55 2009 +0000
@@ -4097,7 +4097,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);
 			}