Menu.st
changeset 3968 b3a568ff40cd
parent 3967 ab5639417445
child 4036 05c32a3bb82e
--- a/Menu.st	Sat Jul 22 11:01:27 2017 +0200
+++ b/Menu.st	Sun Jul 23 12:18:04 2017 +0200
@@ -604,8 +604,9 @@
     "/ this is a bad side effect of Query being a subclass of Notification!!
     (need := NeedResourcesQuery query) == true ifFalse:[
         need isBoolean ifFalse:[
-            "/ Transcript showCR:NeedResourcesQuery findHandler.
-            self halt.
+            "/ Transcript showCR:NeedResourcesQuery findHandler senderContext(GuiBrowser::ExpeccoGuiBrowser >> update:with:from: [70]).
+            "/ self halt.
+            "/ NeedResourcesQuery query.
             thisContext fullPrintAllOn:Transcript
         ].    
         ^self
@@ -635,7 +636,7 @@
     ].
     items := resolvedItems.
 
-    "Modified: / 21-07-2017 / 20:42:42 / cg"
+    "Modified: / 23-07-2017 / 12:17:58 / cg"
 ! !
 
 !Menu methodsFor:'adding & removing'!
@@ -1339,6 +1340,16 @@
     ^ true
 ! !
 
+!Menu::NeedResourcesQuery methodsFor:'accessing'!
+
+defaultResumeValue
+    "the default answer, if no one handles the query and the exception is resumed"
+
+    ^ true
+
+    "Created: / 23-07-2017 / 12:13:27 / cg"
+! !
+
 !Menu class methodsFor:'documentation'!
 
 version