Fix compiling with Gtk < 2.6.0, looks like someone accidentally pasted this

Tue, 18 Aug 2009 18:28:00 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Tue, 18 Aug 2009 18:28:00 +0000
changeset 28231
1784a652296a
parent 28230
5a6e42fc2b40
child 28233
34977499c417

Fix compiling with Gtk < 2.6.0, looks like someone accidentally pasted this

pidgin/gtkblist.c file | annotate | diff | comparison | revisions
--- 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);
 			}

mercurial