summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-25 14:23:31 +0100
committerDave Davenport <qball@gmpclient.org>2017-03-25 14:23:31 +0100
commit61e537a05f2bccdf0fa8fd693ef0f1178e29e2bc (patch)
treec997dc85c0db0cc3be64360804da33e267837b86 /source/theme.c
parent0900b0d925113db76da018f678785340106741f1 (diff)
ISSUE 576: Clutching at straws.
* Don't use atexit anymore. (what happens with g_spawn and atexit? should be fine, but a test). * Even though not needed, force wait on running thread (of which there should be none) when destroy thread pool.
Diffstat (limited to 'source/theme.c')
-rw-r--r--source/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/theme.c b/source/theme.c
index a99d85f2..ab660315 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -767,7 +767,7 @@ void rofi_theme_convert_old_theme ( void )
ThemeWidget *walternate = rofi_theme_find_or_create_name ( widget, "alternate" );
rofi_theme_convert_create_property_ht ( widget );
- Property *p= rofi_theme_property_create ( P_INTEGER );
+ Property *p = rofi_theme_property_create ( P_INTEGER );
p->name = g_strdup ( "border" );
p->value.i = 0;
g_hash_table_replace ( widget->properties, p->name, p );