Update the statusbar expert info icon when changing profile.

svn path=/trunk/; revision=25491
This commit is contained in:
Stig Bjørlykke 2008-06-19 21:56:25 +00:00
parent bd8528644e
commit 01de1202bc
3 changed files with 3 additions and 1 deletions

View File

@ -3271,6 +3271,7 @@ void change_configuration_profile (const gchar *profile_name)
/* Recreate the packet list according to new preferences */
packet_list_recreate ();
status_expert_update();
cfile.cinfo.columns_changed = FALSE; /* Reset value */
user_font_apply(prefs.gui_geometry_save_column_width);
}

View File

@ -463,7 +463,7 @@ status_expert_hide(void)
gtk_widget_hide(expert_info_none);
}
static void
void
status_expert_update(void)
{
status_expert_hide();

View File

@ -27,6 +27,7 @@
void profile_bar_update(void);
void packets_bar_update(void);
void status_expert_update(void);
/** Push a message referring to the currently-selected field onto the statusbar.
*