]> git.ipfire.org Git - thirdparty/hostap.git/commit
webkit: Track gtk_main()/gtk_main_quit() calls
authorJouni Malinen <j@w1.fi>
Sun, 16 Feb 2020 16:31:31 +0000 (18:31 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 16 Feb 2020 17:15:02 +0000 (19:15 +0200)
commit7de8bd508f3831b5f8abe48d4ef2c25b8d1b2e39
tree5b390472c91f91ecb461e5ab1396139b057fbd37
parentde0a8906f21299cfbdfd1dbe218a3a898e4390a6
webkit: Track gtk_main()/gtk_main_quit() calls

Avoid unnecessary warnings from webkit on calling gtk_main_quit() more
than once for a single gtk_main() call. This is also fixing an issue for
a corner case where the very first URL has special purpose (osu:// or
http://localhost:12345).

Signed-off-by: Jouni Malinen <j@w1.fi>
src/utils/browser.c