Anyone on linux want to test this?

I think this may work for an indeterminate bar.
This commit is contained in:
Jason Felds
2011-06-12 20:45:21 -04:00
parent acdc45042a
commit fc68776e3f
@@ -62,7 +62,7 @@ extern "C" void SetProgress( int progress, int totalWork )
extern "C" void SetIndeterminate( bool indeterminate )
{
// TODO: Implement this!
gtk_progress_bar_pulse();
gtk_main_iteration_do(FALSE);
}