fix the window name
This commit is contained in:
parent
a5cd066cd2
commit
d84420e443
|
@ -40,7 +40,7 @@ func makeRepoView() *repoWindow {
|
||||||
return me.repos
|
return me.repos
|
||||||
}
|
}
|
||||||
r := new(repoWindow)
|
r := new(repoWindow)
|
||||||
r.win = gadgets.RawBasicWindow("All git repositories in ~/go/src/")
|
r.win = gadgets.RawBasicWindow("GUI repositories in ~/go/src/")
|
||||||
r.win.Make()
|
r.win.Make()
|
||||||
|
|
||||||
r.box = r.win.Box().NewBox("bw vbox", false)
|
r.box = r.win.Box().NewBox("bw vbox", false)
|
||||||
|
|
Loading…
Reference in New Issue