aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Tom Adams <tom@holizz.com>2009-06-06 09:27:07 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-06 19:45:52 +0200
commit6a73540ad84aa6bf2c1b26ab04bfdbb3ec37cfe9 (patch)
treebd4bebd89985e5a6cd8a098ef10eb5ab42b59bc8 /uzbl.c
parenteaed4ef8ad9d261036fb63534f12182877aad7e1 (diff)
Cookies work.
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uzbl.c b/uzbl.c
index 17628b2..c53e255 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -2242,7 +2242,7 @@ settings_init () {
printf ("No configuration file loaded.\n");
}
- g_signal_connect(n->soup_session, "request-queued", G_CALLBACK(handle_cookies), NULL);
+ g_signal_connect_after(n->soup_session, "request-started", G_CALLBACK(handle_cookies), NULL);
}
static void handle_cookies (SoupSession *session, SoupMessage *msg, gpointer user_data){