diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-01 12:09:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-01 12:09:31 -0400 |
| commit | e04e5f5cad34aba8848bd423f81649dc068a8fc3 (patch) | |
| tree | 31f23e7864c694cd8b811f8f11cbe6a259db5885 /sysdata_unix.go | |
| parent | 607e710459a98a9c2f8c40bea85908e643a5fef6 (diff) | |
Converted the GTK+ backend to use the new uitask. Indeterminate progressbars no longer work; this will be fixed soon.
Diffstat (limited to 'sysdata_unix.go')
| -rw-r--r-- | sysdata_unix.go | 7 |
1 files changed, 4 insertions, 3 deletions
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 |
