summaryrefslogtreecommitdiffstats
path: root/src/schemes
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-05 16:06:09 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-05 16:06:09 (EST)
commit6a2a379a03e2b3cd173f4430895465606953b6b5 (patch)
treef0babcad04eef4612a7766f05ccc5f3289a9b8a5 /src/schemes
parentb5dbc6592a103e44a7ef2d93e6f86a86faa083d5 (diff)
downloadmarquee-6a2a379a03e2b3cd173f4430895465606953b6b5.zip
marquee-6a2a379a03e2b3cd173f4430895465606953b6b5.tar.gz
marquee-6a2a379a03e2b3cd173f4430895465606953b6b5.tar.bz2
about:(version), about:preferences: Update mq_html_document() calls
Diffstat (limited to 'src/schemes')
-rw-r--r--src/schemes/about/preferences.c2
-rw-r--r--src/schemes/about/version.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/schemes/about/preferences.c b/src/schemes/about/preferences.c
index ee6f0e6..34de67b 100644
--- a/src/schemes/about/preferences.c
+++ b/src/schemes/about/preferences.c
@@ -242,7 +242,7 @@ mq_about_preferences_response(MqApplication *application, GHashTable *query,
mq_config_save(config);
mq_about_redirect(request, "mq-about:preferences");
} else {
- document = mq_html_document("Preferences", NULL,
+ document = mq_html_document("Preferences", NULL, NULL,
mq_html_form(NULL, "Save", NULL, "Cancel",
mq_html_notebook(FALSE, "notebook1", 0,
gen_page_general(config),
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),