summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 447e724..7b297ce 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <gtk/gtk.h>
+#include <webkit2/webkit2.h>
#include "window.h"
@@ -81,6 +82,9 @@ main(int argc, char *argv[])
g_set_application_name("Marquee");
+ webkit_web_context_set_favicon_database_directory(
+ webkit_web_context_get_default(), NULL);
+
mq_window_new(opt_uris);
gtk_main();