From: Isaac Jurado Date: Tue, 11 Dec 2018 11:01:58 +0000 (+0100) Subject: Another quickfix to the WarpDrive login. X-Git-Tag: v1.2~6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=84ed1e56be264a50f33688c3dd8f0a8cb00e02d9;p=pidgin-chime.git Another quickfix to the WarpDrive login. --- diff --git a/chime/chime-signin.c b/chime/chime-signin.c index 40e97be..a5586d5 100644 --- a/chime/chime-signin.c +++ b/chime/chime-signin.c @@ -826,7 +826,7 @@ static void gwt_entry_point_cb(SoupSession *session, SoupMessage *msg, gpointer return; } - policy_path = g_strdup_printf("deferredjs/%s/7.cache.js", + policy_path = g_strdup_printf("deferredjs/%s/8.cache.js", state->gwt_permutation); base = soup_uri_new(state->gwt_module_base); destination = soup_uri_new_with_base(base, policy_path);