Fixed minor issues with filtering

This commit is contained in:
obscuren
2014-08-20 12:42:49 +02:00
parent 0eb1db0d17
commit fb49e5565a
3 changed files with 68 additions and 2 deletions

View File

@ -72,7 +72,7 @@ func NewWindow(ethereum *eth.Ethereum, config *ethutil.ConfigManager, clientIden
if err != nil {
fmt.Println(err)
}
fmt.Println(string(data))
fmt.Println("plugins:", string(data))
json.Unmarshal([]byte(data), &gui.plugins)