changeset 28303:870015b978c9

Fix compiling with Gtk < 2.6.0, looks like someone accidentally pasted this
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 18 Aug 2009 18:28:00 +0000
parents 62ddff393f6c
children cfefc9bd2acc
files pidgin/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Tue Aug 18 17:53:04 2009 +0000
+++ b/pidgin/gtkblist.c	Tue Aug 18 18:28:00 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);
 			}