Skip to content

Commit

Permalink
Fix: MNU includesSubstring: when adding a remote
Browse files Browse the repository at this point in the history
(cherry-picked from commit b9c81ff)

Fix: added remote not selected in Remotes Browser

Text vs. String in the list widget
  • Loading branch information
j4yk committed Oct 4, 2020
1 parent 8e0af98 commit b37f114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
remoteName

^ remoteName ifNil: [String empty]
^ remoteName ifNil: [String empty] ifNotNil: [remoteName asString]
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"okColor" : "jr 10/14/2018 20:10",
"onClose" : "jr 6/17/2020 23:24",
"open" : "jr 6/26/2020 23:48",
"remoteName" : "jr 10/14/2018 20:20",
"remoteName" : "jr 8/31/2020 22:17",
"remoteName:" : "jr 10/14/2018 20:23",
"remoteUrl" : "jr 10/14/2018 20:07",
"remoteUrl:" : "jr 10/14/2018 21:03",
Expand Down

0 comments on commit b37f114

Please sign in to comment.