summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go7
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