Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Matthew Brush matt@geany.org Date: Sun, 20 Dec 2015 01:08:01 UTC Commit: 8d643d668880b074e91487ca27056b451f6c6c4c https://github.com/geany/geany/commit/8d643d668880b074e91487ca27056b451f6c6c...
Log Message: ----------- Fix missing progress bar during build runs
Restore progress bar pulsation while a build is running, as it was lost by accident in 690cb922be902f023881d455ae0c0a87d1c62170.
Closes #765.
Modified Paths: -------------- src/build.c
Modified: src/build.c 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -1160,7 +1160,8 @@ static void build_command(GeanyDocument *doc, GeanyBuildGroup grp, guint cmd, gc if (cmd_cat != NULL) g_free(full_command); build_menu_update(doc); - + if (build_info.pid) + ui_progress_bar_start(NULL); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).