]> www.infradead.org Git - pidgin-chime.git/commitdiff
Another quickfix to the WarpDrive login.
authorIsaac Jurado <ijurado@amazon.com>
Tue, 11 Dec 2018 11:01:58 +0000 (12:01 +0100)
committerIsaac Jurado <ijurado@amazon.com>
Tue, 11 Dec 2018 11:01:58 +0000 (12:01 +0100)
chime/chime-signin.c

index 40e97be025001f8bbc02ba4d8f80293a26f8a18b..a5586d5f9109c90d4bbf7b2543020ea2de2fe6e0 100644 (file)
@@ -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);