Only re-attach KatzeHttpCookies if it existed before
This commit is contained in:
parent
949f38fb58
commit
064ac4418b
1 changed files with 5 additions and 2 deletions
|
@ -1581,8 +1581,11 @@ midori_clear_web_cookies_cb (void)
|
|||
}
|
||||
g_slist_free (cookies);
|
||||
/* Removing KatzeHttpCookies makes it save outstanding changes */
|
||||
if (soup_session_get_feature (session, KATZE_TYPE_HTTP_COOKIES))
|
||||
{
|
||||
soup_session_remove_feature_by_type (session, KATZE_TYPE_HTTP_COOKIES);
|
||||
soup_session_add_feature_by_type (session, KATZE_TYPE_HTTP_COOKIES);
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
|
|
Loading…
Reference in a new issue