comparison src/prefs.c @ 4725:fd44726a527f

[gaim-migrate @ 5038] Hiding/showing columns instead of just putting stuff in them or not. This is more good than before and it will be faster and the idle time will be on the right. i go to sleep now bed. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 12 Mar 2003 12:35:02 +0000
parents 8ecc83cad126
children 54fbd9769677
comparison
equal deleted inserted replaced
4724:b9e7ccf21f9c 4725:fd44726a527f
1975 if (!gtkblist) 1975 if (!gtkblist)
1976 return; 1976 return;
1977 1977
1978 if (option == OPT_BLIST_NO_BUTTONS || option == OPT_BLIST_NO_BUTTONS) 1978 if (option == OPT_BLIST_NO_BUTTONS || option == OPT_BLIST_NO_BUTTONS)
1979 gaim_gtk_blist_update_toolbar(); 1979 gaim_gtk_blist_update_toolbar();
1980 else 1980 else if (option == OPT_BLIST_SHOW_WARN ||
1981 option == OPT_BLIST_SHOW_IDLETIME)
1982 gaim_gtk_blist_update_columns();
1983 else if (option == OPT_BLIST_SHOW_ICONS) {
1981 gaim_gtk_blist_refresh(gaim_get_blist()); 1984 gaim_gtk_blist_refresh(gaim_get_blist());
1985 gaim_gtk_blist_update_columns();
1986 } else
1987 gaim_gtk_blist_refresh(gaim_get_blist());
1988
1989
1982 1990
1983 } 1991 }
1984 1992
1985 static void set_convo_option(GtkWidget *w, int option) 1993 static void set_convo_option(GtkWidget *w, int option)
1986 { 1994 {