aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-09-05 13:30:16 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-09-05 13:30:16 +0000
commit45bdd7577bf2d9876d11413ce905240bf70561ce (patch)
tree2c71e7e91cc96b01c6e67f0881542dbedb4022b5 /gtk
parentfcf25fe42bd11ae229c46f2b958e5b72fbfa4ec1 (diff)
Apply user font when changing profile with new packet list.
svn path=/trunk/; revision=29712
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 2389ecb6d7..304c221d4d 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -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();