Doing some stuff

This commit is contained in:
Belac Darkstorm
2017-04-06 09:20:00 -05:00
parent 0f1bb3fabd
commit 0403825c3d
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ func ui(win *gtk.Window) {
catList.Remove(catList.GetRowAtIndex(i))
}
ls = getCatRows()
for _, v := range ls {
catList.Add(v)
for i, v := range ls {
catList.Insert(v, i)
}
catList.ShowAll()
})