# HG changeset patch # User Nathan Walp # Date 1101879697 0 # Node ID 1670916211090541be4e3a444c3442eb03999cec # Parent ff5e0f059924213080c3e69a7c89a1bbd639e003 [gaim-migrate @ 11461] if I understand the gtk 2.6 stuff, we want to do this... committer: Tailor Script diff -r ff5e0f059924 -r 167091621109 src/gtkblist.c --- a/src/gtkblist.c Wed Dec 01 05:41:12 2004 +0000 +++ b/src/gtkblist.c Wed Dec 01 05:41:37 2004 +0000 @@ -2828,9 +2828,11 @@ length = c - tmp; +#if !GTK_CHECK_VERSION(2,6,0) if(vis == 20) g_snprintf(buf, sizeof(buf), "%%.%ds...", length); else +#endif g_snprintf(buf, sizeof(buf), "%%s "); statustext = g_strdup_printf(buf, tmp);