From e04e5f5cad34aba8848bd423f81649dc068a8fc3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 1 Jul 2014 12:09:31 -0400 Subject: Converted the GTK+ backend to use the new uitask. Indeterminate progressbars no longer work; this will be fixed soon. --- sysdata_unix.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sysdata_unix.go') diff --git a/sysdata_unix.go b/sysdata_unix.go index b39df50..ae0e2a0 100644 --- a/sysdata_unix.go +++ b/sysdata_unix.go @@ -220,9 +220,10 @@ func (s *sysData) delete(index int) { func (s *sysData) progressPulse() { // TODO this could probably be done differently... pulse := func() { - touitask(func() { - gtk_progress_bar_pulse(s.widget) - }) + // TODO +// touitask(func() { +// gtk_progress_bar_pulse(s.widget) +// }) } var ticker *time.Ticker -- cgit v1.2.3