summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-21 19:18:57 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-21 19:18:57 +0200
commit69d32164c9582970c8acbfbca4a9c8f5271ae4dd (patch)
tree8091c79c7cf9c721d4539df8d2dc8d527fc6fe24 /source/rofi.c
parent77a4d97262c3a1837d4b3752c2f222d7ea097703 (diff)
Fix test building.
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index fbce9631..8179e1fe 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -898,7 +898,8 @@ int main ( int argc, char *argv[] )
return EXIT_SUCCESS;
}
if ( find_arg ( "-dump-config" ) >= 0 ) {
- rofi_dump_config ( rofi_theme );
+ config_parse_dump_config_rasi_format ( );
+ rofi_theme_print ( rofi_theme );
cleanup ();
return EXIT_SUCCESS;
}