From 6a2a379a03e2b3cd173f4430895465606953b6b5 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 05 Nov 2017 16:06:09 -0500 Subject: about:(version), about:preferences: Update mq_html_document() calls --- (limited to 'src/schemes/about/version.c') diff --git a/src/schemes/about/version.c b/src/schemes/about/version.c index f508d6d..df30c8c 100644 --- a/src/schemes/about/version.c +++ b/src/schemes/about/version.c @@ -43,7 +43,7 @@ mq_about_version_response(MqApplication G_GNUC_UNUSED *application, gchar *document; title = g_strdup_printf("About %s", PACKAGE_NAME); - document = mq_html_document(title, NULL, + document = mq_html_document(title, NULL, NULL, mq_html_notebook(FALSE, "notebook1", 0, mq_html_container("div", NULL, mq_html_h3(PACKAGE_NAME), -- cgit v0.9.1