comparison src/gtkblist.c @ 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 a3c1112bb190
children c242836ff793
comparison
equal deleted inserted replaced
13160:1b48f0ec55e9 13161:02268b52ced3
3382 } 3382 }
3383 3383
3384 static void _prefs_change_redo_list() 3384 static void _prefs_change_redo_list()
3385 { 3385 {
3386 redo_buddy_list(gaim_get_blist(), TRUE); 3386 redo_buddy_list(gaim_get_blist(), TRUE);
3387 #if GTK_CHECK_VERSION(2,6,0)
3388 gtk_tree_view_columns_autosize(GTK_TREE_VIEW(gtkblist->treeview));
3389 #endif
3387 } 3390 }
3388 3391
3389 static void _prefs_change_sort_method(const char *pref_name, GaimPrefType type, 3392 static void _prefs_change_sort_method(const char *pref_name, GaimPrefType type,
3390 gconstpointer val, gpointer data) 3393 gconstpointer val, gpointer data)
3391 { 3394 {