From 4b27c1a348d8de036dabd5525452f5b9ad08a32b Mon Sep 17 00:00:00 2001 From: nirav Date: Thu, 21 Mar 2019 16:34:24 +0530 Subject: Use g_threads, add builder ui for timeline --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index c1c97f4..d95f547 100644 --- a/src/main.c +++ b/src/main.c @@ -23,8 +23,7 @@ static void startup(GtkApplication *app, gpointer user_data) static void activate(GtkApplication *app, gpointer user_data) { if (read_local_credentials()) { - /* create_login_window(app, user_data); */ - log_msg(LOG_WARNING, "activate", "failed to read config files"); + create_login_window(app, user_data); return; } create_timeline_window(app, NULL); -- cgit v1.2.3