diff scid/pageutil.c @ 30:43333d18e4b8

scid: document theme
author David Demelier <markand@malikania.fr>
date Thu, 04 Aug 2022 14:54:43 +0200
parents 695637f1d8a7
children 081e1c258e64
line wrap: on
line diff
--- a/scid/pageutil.c	Thu Aug 04 14:13:58 2022 +0200
+++ b/scid/pageutil.c	Thu Aug 04 14:54:43 2022 +0200
@@ -48,7 +48,7 @@
 
 	char *body;
 
-	body = theme_page_status(scid.theme, status);
+	body = theme_page_status(status);
 	pageutil_render(req, status, KMIME_TEXT_HTML, body);
 	free(body);
 }