Tue, 18 Aug 2009 18:28:00 +0000
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); }