summaryrefslogtreecommitdiffstats
path: root/src/schemes/about/profiles.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-04 21:20:58 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-04 21:36:38 (EDT)
commit2c96093cd1622e22c11b50d939cce33d752ce3ee (patch)
tree3054b237182e5fc0aafce2348bca0061edd72577 /src/schemes/about/profiles.c
parent18bb954f220d97cf5d26a4a89088b6556b427563 (diff)
downloadmarquee-2c96093cd1622e22c11b50d939cce33d752ce3ee.zip
marquee-2c96093cd1622e22c11b50d939cce33d752ce3ee.tar.gz
marquee-2c96093cd1622e22c11b50d939cce33d752ce3ee.tar.bz2
mq_html_form*(): Add optional button names
Diffstat (limited to 'src/schemes/about/profiles.c')
-rw-r--r--src/schemes/about/profiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schemes/about/profiles.c b/src/schemes/about/profiles.c
index 3fc5fd9..c1e3d09 100644
--- a/src/schemes/about/profiles.c
+++ b/src/schemes/about/profiles.c
@@ -89,7 +89,7 @@ generate_document(MqProfiles *profiles)
g_strfreev(ids);
return mq_html_document("Profiles",
- mq_html_form_v("Add Profile", NULL, divs),
+ mq_html_form_v("add", "Add Profile", NULL, NULL, divs),
NULL);
}