gui fix?
svn: r1838
This commit is contained in:
parent
48a8dac067
commit
af997454e0
|
@ -526,6 +526,7 @@
|
||||||
(send old-user-box show #f)
|
(send old-user-box show #f)
|
||||||
(send uninstall-box show #f)
|
(send uninstall-box show #f)
|
||||||
(let ([new? (equal? "" (remembered-user))])
|
(let ([new? (equal? "" (remembered-user))])
|
||||||
|
(send single active-child (if new? old-user-box new-user-box))
|
||||||
(send single active-child (if new? new-user-box old-user-box))
|
(send single active-child (if new? new-user-box old-user-box))
|
||||||
(send tabs set-selection (if new? 0 1)))
|
(send tabs set-selection (if new? 0 1)))
|
||||||
(activate-new)
|
(activate-new)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user