summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/expandos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/expandos.c b/src/core/expandos.c
index 68d14dcc..11a2c16f 100644
--- a/src/core/expandos.c
+++ b/src/core/expandos.c
@@ -544,7 +544,7 @@ void expandos_init(void)
signal_add("message public", (SIGNAL_FUNC) sig_message_public);
signal_add("message private", (SIGNAL_FUNC) sig_message_private);
signal_add("message own_private", (SIGNAL_FUNC) sig_message_own_private);
- signal_add("setup changed", (SIGNAL_FUNC) read_settings);
+ signal_add_first("setup changed", (SIGNAL_FUNC) read_settings);
}
void expandos_deinit(void)