Mercurial > pidgin
diff src/prefs.c @ 5296:72f102ca9982
[gaim-migrate @ 5668]
sean says to reverse this
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sun, 04 May 2003 23:06:08 +0000 |
| parents | 399390d74514 |
| children | d4c9c5491812 |
line wrap: on
line diff
--- a/src/prefs.c Sun May 04 21:47:33 2003 +0000 +++ b/src/prefs.c Sun May 04 23:06:08 2003 +0000 @@ -1974,22 +1974,18 @@ gtkblist = GAIM_GTK_BLIST(gaim_get_blist()); blist_options ^= option; - + if (!gtkblist) return; - - if (option == OPT_BLIST_SHOW_WARN) + + if (option == OPT_BLIST_SHOW_WARN || + option == OPT_BLIST_SHOW_IDLETIME) gaim_gtk_blist_update_columns(); - else if (option == OPT_BLIST_SHOW_IDLETIME) { - gaim_gtk_blist_update_refresh_timeout(); - gaim_gtk_blist_update_columns(); - } else if (option == OPT_BLIST_SHOW_ICONS) { gaim_gtk_blist_refresh(gaim_get_blist()); gaim_gtk_blist_update_columns(); } else gaim_gtk_blist_refresh(gaim_get_blist()); - } static void set_convo_option(GtkWidget *w, int option)
