summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-03 12:04:07 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-03 12:04:07 +0200
commitae200fd16435a7d17a578711e3e4165dce87f39f (patch)
treefb2d917737616314167b7e58089e2b3e1925a61c /source
parent69f90203a092487b5af828bf0b2bbf244e3e017e (diff)
Fix checks compiling
Diffstat (limited to 'source')
-rw-r--r--source/theme.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/theme.c b/source/theme.c
index 890ced85..f8657103 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -574,6 +574,8 @@ gboolean rofi_theme_is_empty ( void )
return FALSE;
}
+#ifdef THEME_CONVERTER
+
void rofi_theme_convert_old ( void )
{
if ( config.color_window ) {
@@ -639,3 +641,4 @@ void rofi_theme_convert_old ( void )
g_strfreev ( retv );
}
}
+#endif // THEME_CONVERTER