Skip to content

Commit

Permalink
PSPresentationLoader (fix): Return nil when canceling dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Opitz committed Jul 26, 2019
1 parent a7cac9a commit 502a803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ load
chooseFrom: presentations
values: presentations
title: self loadQuestionMessage.
presentationName ifNotNil: [^ self new loadPresentationFromDirectory: self defaultDirectory / presentationName]
presentationName
ifNil: [^ nil]
ifNotNil: [^ self new loadPresentationFromDirectory: self defaultDirectory / presentationName]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"filesLoadedSuccessfullyString" : "VO 7/4/2019 16:54",
"layoutDirectoryPrefix" : "JB 5/7/2019 21:51",
"layoutsDirectoryName" : "msob 4/30/2019 15:38",
"load" : "mb 7/25/2019 15:13",
"load" : "VO 7/26/2019 16:19",
"loadCorruptionMessage" : "mb 7/25/2019 14:57",
"loadQuestionMessage" : "mb 7/25/2019 14:51",
"metadataFileName" : "jb 7/25/2019 15:28",
Expand Down

0 comments on commit 502a803

Please sign in to comment.