From 60d286b534fcff8997852be301d0ab56a69bf6cd Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 01 Oct 2017 05:29:07 -0400 Subject: about:(version): New page --- (limited to 'src/about.c') diff --git a/src/about.c b/src/about.c index 86bb386..5a98b2f 100644 --- a/src/about.c +++ b/src/about.c @@ -66,8 +66,8 @@ mq_about_request(WebKitURISchemeRequest *request, MqApplication *application) query = NULL; } - if (g_strcmp0(path, "") == 0) { - g_print("about:\n"); + if (g_strcmp0(path, "") == 0 || g_strcmp0(path, "version") == 0) { + mq_about_version_response(application, query, request); } else if (g_strcmp0(path, "preferences") == 0) { mq_about_preferences_response(application, query, request); } else if (g_strcmp0(path, "marquee") == 0) { -- cgit v0.9.1