bxgaillard commented on this pull request.
> } +#if GTK_CHECK_VERSION(3, 0, 0) + while (!g_cond_wait_until(&cond, &change_config_mutex, interval)); + g_mutex_unlock(&change_config_mutex); Fixed: the old code has been replaced with the new one. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/791#discussion_r236291419
