Skip to content

Commit

Permalink
added an init in before-bind for the doc-cbx that includes Andy's new…
Browse files Browse the repository at this point in the history
… choices such that they show up
  • Loading branch information
franks42 committed Apr 5, 2012
1 parent 580cd60 commit 99788b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clj_ns_browser/browser.clj
Expand Up @@ -107,6 +107,7 @@
(config! vars-lb :model [])
(config! ns-entries-lbl :text "0")
(config! ns-require-btn :enabled? false)
(config! doc-cbx :model ["All" "Doc" "Source" "Examples" "Comments" "See alsos" "Value"])
(config! edit-btn :enabled? false)
(config! browse-btn :enabled? false)
(listen ns-require-btn
Expand Down

0 comments on commit 99788b0

Please sign in to comment.