From: Jean-Philippe Orsini Date: Fri, 17 Feb 2017 22:56:29 +0000 (+0100) Subject: hide_on_startup is disabled so the window can be show immediately X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=7264bd6090d2daa896959ed7ca86ea63365b9a90 hide_on_startup is disabled so the window can be show immediately LP #1642034 (Francis Chin) --- diff --git a/src/main.c b/src/main.c index 2868142..f6331f1 100644 --- a/src/main.c +++ b/src/main.c @@ -556,7 +556,7 @@ int main(int argc, char **argv) if (ui.config->hide_on_startup) g_timeout_add(30000, (GSourceFunc)initial_window_show, &ui); else - initial_window_show(&ui); + ui_window_show(&ui); /* main loop */ gtk_main();