aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/main.c')
-rw-r--r--ui/gtk/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/gtk/main.c b/ui/gtk/main.c
index ba605c8e06..774d321dd5 100644
--- a/ui/gtk/main.c
+++ b/ui/gtk/main.c
@@ -112,6 +112,7 @@
#include "gtk_iface_monitor.h"
#include "ui/alert_box.h"
+#include "ui/decode_as_utils.h"
#include "ui/main_statusbar.h"
#include "ui/persfilepath_opt.h"
#include "ui/preference_utils.h"
@@ -1973,6 +1974,9 @@ read_configuration_files(char **gdp_path, char **dp_path)
int pf_open_errno, pf_read_errno;
e_prefs *prefs_p;
+ /* load the decode as entries of this profile */
+ load_decode_as_entries();
+
/* Read the preference files. */
prefs_p = read_prefs(&gpf_open_errno, &gpf_read_errno, &gpf_path,
&pf_open_errno, &pf_read_errno, &pf_path);