# HG changeset patch # User Richard Laager # Date 1139331237 0 # Node ID 02268b52ced328bb19b9248384d36151346be390 # Parent 1b48f0ec55e95c9c1082cfaa8a1fe4574d9cbdab [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 diff -r 1b48f0ec55e9 -r 02268b52ced3 src/gtkblist.c --- 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,