fixed a bug in the initialization of the language dialog

svn: r18589
This commit is contained in:
Robby Findler 2010-03-21 01:37:53 +00:00
parent 09cfe5f626
commit 580f105792

View File

@ -741,8 +741,7 @@
(define (open-current-language)
(when (and language-to-show settings-to-show)
(cond
[(equal? language-to-show
module-language*language)
[(is-a? language-to-show drscheme:module-language:module-language<%>)
(module-language-selected)]
[else
(send languages-hier-list focus) ;; only focus when the module language isn't selected