Mercurial > pidgin
changeset 10287:167091621109
[gaim-migrate @ 11461]
if I understand the gtk 2.6 stuff, we want to do this...
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Wed, 01 Dec 2004 05:41:37 +0000 |
parents | ff5e0f059924 |
children | 627b081e9617 |
files | src/gtkblist.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);