Update the statusbar expert info icon when changing profile.
svn path=/trunk/; revision=25491
This commit is contained in:
parent
bd8528644e
commit
01de1202bc
@ -3271,6 +3271,7 @@ void change_configuration_profile (const gchar *profile_name)
|
|||||||
|
|
||||||
/* Recreate the packet list according to new preferences */
|
/* Recreate the packet list according to new preferences */
|
||||||
packet_list_recreate ();
|
packet_list_recreate ();
|
||||||
|
status_expert_update();
|
||||||
cfile.cinfo.columns_changed = FALSE; /* Reset value */
|
cfile.cinfo.columns_changed = FALSE; /* Reset value */
|
||||||
user_font_apply(prefs.gui_geometry_save_column_width);
|
user_font_apply(prefs.gui_geometry_save_column_width);
|
||||||
}
|
}
|
||||||
|
@ -463,7 +463,7 @@ status_expert_hide(void)
|
|||||||
gtk_widget_hide(expert_info_none);
|
gtk_widget_hide(expert_info_none);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
void
|
||||||
status_expert_update(void)
|
status_expert_update(void)
|
||||||
{
|
{
|
||||||
status_expert_hide();
|
status_expert_hide();
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
void profile_bar_update(void);
|
void profile_bar_update(void);
|
||||||
void packets_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.
|
/** Push a message referring to the currently-selected field onto the statusbar.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user