diff --git a/systray_browser_linux.c b/systray_browser_linux.c index cff51c3..b32646c 100644 --- a/systray_browser_linux.c +++ b/systray_browser_linux.c @@ -57,6 +57,6 @@ void showAppWindow(char* url) // Load a web page into the browser instance webkit_web_view_load_uri(web_view, url); - gdk_threads_add_idle(do_show_app_window, NULL); + g_idle_add(do_show_app_window, NULL); free(url); } \ No newline at end of file