Finished up downloading

This commit is contained in:
Belac Darkstorm
2017-04-09 01:44:02 -05:00
parent 695ce815d9
commit a0213d1886
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ func getIcon(fold string) *gdk.Pixbuf {
pic = fold + "/appicon.png"
} else {
img, _ := gtk.ImageNewFromIconName("application-x-executable", gtk.ICON_SIZE_BUTTON)
buf, _ := img.GetPixbuf().ScaleSimple(32, 32, gdk.INTERP_BILINEAR)
buf := img.GetPixbuf()
return buf
}
img, _ := gtk.ImageNewFromFile(pic)