Skip to content

Commit

Permalink
JadeServer is not in DataCurator's symbol list
Browse files Browse the repository at this point in the history
Need to access it by:
(Rowan jadeServerClassNamed: #JadeServer)
  • Loading branch information
Eric Winger authored and Eric Winger committed Nov 1, 2021
1 parent 113dffc commit 795ef18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/Rowan UI Base.pax
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ Server initialization failed. Most functionality will be broken!!'.
(server isKindOf: String) ifTrue: [
self logout.
GciLoginFailed
signal: 'JadeServer compile error:
signal: '(Rowan jadeServerClassNamed: #JadeServer) compile error:
' , server
with: self.
].
Expand Down Expand Up @@ -1687,7 +1687,7 @@ displayObject
[instVarNames := self displaySpecials.
^self].
result :=
[passWindowHandle := gciSession executeString: 'JadeServer canUnderstand: #inspect:windowHandle:'. "support for older versions"
[passWindowHandle := gciSession executeString: '(Rowan jadeServerClassNamed: #JadeServer) canUnderstand: #inspect:windowHandle:'. "support for older versions"
passWindowHandle
ifTrue:
[gciSession
Expand Down

0 comments on commit 795ef18

Please sign in to comment.