summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/about.c b/src/about.c
index 97b1285..d130534 100644
--- a/src/about.c
+++ b/src/about.c
@@ -32,9 +32,9 @@ mq_about_request(WebKitURISchemeRequest *request, MqApplication *application)
gsize stream_length;
GInputStream *stream;
- g_print("about:...\n");
path = webkit_uri_scheme_request_get_path(request);
if (g_strcmp0(path, "marquee") == 0) {
- g_print("about:marquee\n");
+ /* TODO: Respond with an HTML document with a toggle button. */
+ mq_application_marquee_mode_activate(application);
}
}