summaryrefslogtreecommitdiff
path: root/src/rhlibrary/selector_widget.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-02-18 17:00:17 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-02-18 17:00:17 (GMT)
commit4ccefb55c3644910dfc5e341a5701a3c5a1d4181 (patch)
tree2adbae1792e2c428d01ae1d313f774f4e2548f8e /src/rhlibrary/selector_widget.go
parent617b9dfcb9b3487d73240050e630c7fc86d48c8c (diff)
fetching pool list works now
Diffstat (limited to 'src/rhlibrary/selector_widget.go')
-rw-r--r--src/rhlibrary/selector_widget.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhlibrary/selector_widget.go b/src/rhlibrary/selector_widget.go
index 3ab52d0..1eec520 100644
--- a/src/rhlibrary/selector_widget.go
+++ b/src/rhlibrary/selector_widget.go
@@ -139,7 +139,7 @@ func getSelectorWidget(db *rddb.DBChan, p *player.PlayerChan) (gtk.IWidget, erro
case 1:
updateJingles(db)
case 2:
- // updatePools(db)
+ updatePools(db)
case 3:
// nothing to do here
default: