summaryrefslogtreecommitdiffstats
path: root/src/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/about.c b/src/about.c
index 41338d3..96ec4be 100644
--- a/src/about.c
+++ b/src/about.c
@@ -25,6 +25,7 @@
#include "about.h"
#include "application.h"
+#include "about/paths.h"
GHashTable *
parse_query_string(gchar *str)
@@ -77,7 +78,6 @@ mq_about_request(WebKitURISchemeRequest *request, MqApplication *application)
}
if (g_strcmp0(path, "marquee") == 0) {
- /* TODO: Respond with an HTML document with a toggle button. */
- mq_application_marquee_mode_activate(application);
+ mq_about_marquee_response(application, query);
}
}