diff --git a/bin/nwg-drawer b/bin/nwg-drawer index eb980d5..3a8104e 100755 Binary files a/bin/nwg-drawer and b/bin/nwg-drawer differ diff --git a/uicomponents.go b/uicomponents.go index a741858..f6b59d9 100644 --- a/uicomponents.go +++ b/uicomponents.go @@ -237,7 +237,6 @@ func flowBoxButton(entry desktopEntry) *gtk.Button { pixbuf, err = createPixbuf("image-missing", *iconSize) } if err != nil { - log.Error(err) pixbuf, _ = createPixbuf("unknown", *iconSize) } img, _ = gtk.ImageNewFromPixbuf(pixbuf)