WinWorkstation.st
changeset 8533 37c7fe48ab2f
parent 8532 6e9a6ab05e75
child 8534 173c253bb3ed
--- a/WinWorkstation.st	Tue Oct 23 11:33:26 2018 +0200
+++ b/WinWorkstation.st	Tue Oct 23 11:40:02 2018 +0200
@@ -16585,7 +16585,7 @@
      returns nil or the full path to the selected file
      see example at the end of the method code"
 
-    |dialogTitle defaultBaseName defaultDirectory owningViewId windowGroup filterString 
+    |dialogTitle defaultBaseName defaultDirectory owningViewId windowGroup filterString null 
      dataAddressAndThreadAddress dataAddress returnValue|
 
     dialogTitleArg notEmptyOrNil ifTrue:[
@@ -16615,8 +16615,6 @@
         filterStringOrArrayOfPairs isString ifTrue:[
             filterString := filterStringOrArrayOfPairs.
         ] ifFalse:[
-            |null|
-
             null := (Character codePoint:0) asString. 
             filterString := ((filterStringOrArrayOfPairs 
                 collect:[:eachPair | 
@@ -16761,7 +16759,7 @@
     "
 
     "Created: / 23-10-2018 / 09:58:25 / sr"
-    "Modified (comment): / 23-10-2018 / 11:27:49 / sr"
+    "Modified (format): / 23-10-2018 / 11:39:44 / sr"
 !
 
 primCloseNativeFileDialogByDataAddress:dataAddress