--- a/src/gtkconv.c Wed Aug 06 18:18:22 2003 +0000 +++ b/src/gtkconv.c Wed Aug 06 18:22:05 2003 +0000 @@ -4816,8 +4816,7 @@ smiley_themeize(gtkconv->imhtml); - if (gaim_prefs_get_bool("/gaim/gtk/conversations/icons_on_tabs")) - update_tab_icon(conv); + update_tab_icon(conv); } else if (type == GAIM_CONV_UPDATE_TYPING || type == GAIM_CONV_UPDATE_UNSEEN) { @@ -4881,12 +4880,10 @@ type == GAIM_CONV_ACCOUNT_OFFLINE) { generate_send_as_items(win, NULL); - if (gaim_prefs_get_bool("/gaim/gtk/conversations/icons_on_tabs")) - update_tab_icon(conv); + update_tab_icon(conv); } else if (type == GAIM_CONV_UPDATE_AWAY) { - if (gaim_prefs_get_bool("/gaim/gtk/conversations/icons_on_tabs")) - update_tab_icon(conv); + update_tab_icon(conv); } else if(type == GAIM_CONV_UPDATE_ADD || type == GAIM_CONV_UPDATE_REMOVE) {