*shrugs* May as well try this.

This commit is contained in:
Jason Felds
2011-06-13 03:43:20 -04:00
parent a070fc4c3e
commit 0488193b6e
@@ -62,7 +62,7 @@ extern "C" void SetProgress( int progress, int totalWork )
extern "C" void SetIndeterminate( bool indeterminate )
{
gtk_progress_bar_pulse();
gtk_progress_bar_pulse(GTK_PROGRESS_BAR(progressBar));
gtk_main_iteration_do(FALSE);
}