Skip to content

Commit

Permalink
Another try on #189
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Winger authored and Eric Winger committed Sep 18, 2018
1 parent 8ea256c commit 8942f4c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sources/RowanTranscript.cls
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ isTranscriptInstalled
^isTranscriptInstalled value!

onViewOpened
| answeringService installed |
super onViewOpened.
projectListPresenter
gciSession: gciSession;
browseProjects.
"reset colors on login"
JadeTextStyles default resetColors.!
JadeTextStyles default resetColors. "reset colors on login"
answeringService := RowanAnsweringService new.
installed := answeringService isTranscriptInstalledIn: self gciSession.
isTranscriptInstalled value: installed!

openDictionaryBrowser
gciSession hasServer ifTrue: [^RowanSystemBrowser showOnSession: gciSession]!
Expand Down

0 comments on commit 8942f4c

Please sign in to comment.