Closed MarinX closed 10 years ago
gtk/gtk.go on line 6342 : func (v *UIManager) AddUIFromString(buffer string) error
return nil must be after if, not if - else.
After that, package works for compile.
EDIT: Woops, sorry, wrong package for GTK, referencing other. Please, close the thread.
gtk/gtk.go on line 6342 : func (v *UIManager) AddUIFromString(buffer string) error
return nil must be after if, not if - else.
After that, package works for compile.
EDIT: Woops, sorry, wrong package for GTK, referencing other. Please, close the thread.