summaryrefslogtreecommitdiff
path: root/src/core/wee-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r--src/core/wee-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index 1816ed8d8..f63fac17c 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -224,7 +224,7 @@ config_change_title (void *data, struct t_config_option *option)
(void) option;
if (CONFIG_BOOLEAN(config_look_set_title))
- gui_window_set_title (PACKAGE_NAME " " PACKAGE_VERSION);
+ gui_window_set_title (PACKAGE_NAME " " PACKAGE_VERSION);
}
/*