From bea5cb6d0264d70019b23e7c8941b2160d253bfc Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Sun, 6 Jul 2014 22:24:16 +0200 Subject: [PATCH] Redraw the statusbar after reading the settings I fixed a bug where the statusbar was not redrawn after reading the settings. --- src/fe-common/core/fe-common-core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fe-common/core/fe-common-core.c b/src/fe-common/core/fe-common-core.c index dce6890e..375e8062 100644 --- a/src/fe-common/core/fe-common-core.c +++ b/src/fe-common/core/fe-common-core.c @@ -463,7 +463,8 @@ void fe_common_core_finish_init(void) if (setup_changed) signal_emit("setup changed", 0); - autorun_startup(); + statusbar_redraw(NULL, TRUE); + autorun_startup(); autoconnect_servers(); }