Mercurial > pidgin.yaz
changeset 13161:02268b52ced3
[gaim-migrate @ 15524]
SF Patch #1426210 from Sadrul
"When you toggle `Show details' from on to off, the
columns don't resize, so I end up with some empty space
between the icon and the screen-names."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 07 Feb 2006 16:53:57 +0000 |
parents | 1b48f0ec55e9 |
children | dc0375c4984a |
files | src/gtkblist.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Tue Feb 07 16:29:25 2006 +0000 +++ b/src/gtkblist.c Tue Feb 07 16:53:57 2006 +0000 @@ -3384,6 +3384,9 @@ static void _prefs_change_redo_list() { redo_buddy_list(gaim_get_blist(), TRUE); +#if GTK_CHECK_VERSION(2,6,0) + gtk_tree_view_columns_autosize(GTK_TREE_VIEW(gtkblist->treeview)); +#endif } static void _prefs_change_sort_method(const char *pref_name, GaimPrefType type,