Apply user font when changing profile with new packet list.

svn path=/trunk/; revision=29712
This commit is contained in:
Stig Bjørlykke 2009-09-05 13:30:16 +00:00
parent fcf25fe42b
commit 45bdd7577b
1 changed files with 1 additions and 1 deletions

View File

@ -3470,8 +3470,8 @@ void change_configuration_profile (const gchar *profile_name)
/* Recreate the packet list according to new preferences */
packet_list_recreate ();
cfile.cinfo.columns_changed = FALSE; /* Reset value */
user_font_apply();
#endif
user_font_apply();
/* Update menus with new recent values */
menu_recent_read_finished();