Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 3690b89

Browse files
committed
increase timeout for theme loaded check (working on #98)
1 parent 72b9205 commit 3690b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/greeter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ main(int argc, char **argv) {
478478
g_signal_connect(WEBKIT_WEB_VIEW(web_view), "context-menu", G_CALLBACK(context_menu_cb), NULL);
479479

480480
/* Register callback to check if theme loaded successfully */
481-
g_timeout_add_seconds(5, (GSourceFunc) maybe_show_theme_fallback_dialog, NULL);
481+
g_timeout_add_seconds(10, (GSourceFunc) maybe_show_theme_fallback_dialog, NULL);
482482

483483
/* There's no turning back now, let's go! */
484484
gtk_container_add(GTK_CONTAINER(window), web_view);

0 commit comments

Comments
 (0)