Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Wed, 21 Jan 2015 15:48:00 UTC Commit: 86492bca25dc46148be062411b5a8bb8b50ef651 https://github.com/geany/geany-plugins/commit/86492bca25dc46148be062411b5a8b...
Log Message: ----------- git-ui: Lower the priority for reporting asynchronous jobs
Modified Paths: -------------- git-ui/src/ggu-plugin.c
Modified: git-ui/src/ggu-plugin.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -245,7 +245,7 @@ worker_thread (gpointer data) job->blob = NULL; }
- g_idle_add_full (G_PRIORITY_DEFAULT, report_work_in_idle, job, free_job); + g_idle_add_full (G_PRIORITY_LOW, report_work_in_idle, job, free_job); }
if (monitor) {
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).