# HG changeset patch # User Stu Tomlinson # Date 1250620080 0 # Node ID 870015b978c9db601638531a063d5def6935721f # Parent 62ddff393f6c99b275ca9fd9f1a03f957a2b5cd7 Fix compiling with Gtk < 2.6.0, looks like someone accidentally pasted this diff -r 62ddff393f6c -r 870015b978c9 pidgin/gtkblist.c --- 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); }