diff pidgin/gtkblist.c @ 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 6b05a0e36ffb
children dfd8d82313be 901476dc70b9
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);
 			}