ApplicationModel.st
changeset 2865 e6c70eef987c
parent 2863 d4a525e2ac4e
child 2869 fd029e1ec24c
--- a/ApplicationModel.st	Sun Aug 08 14:43:12 2010 +0200
+++ b/ApplicationModel.st	Wed Sep 08 17:28:25 2010 +0200
@@ -2094,9 +2094,9 @@
 dropObjects:aCollectionOfDropObjects
     "drop manager wants to drop.
      This is ony sent, if #canDrop: returned true.
-     Must be redefine in order for drop to work."
-
-    self subclassResponsibility
+     Must be redefined in order for drop to work."
+
+    ^ self subclassResponsibility
 
     "Created: / 13-10-2006 / 18:25:06 / cg"
 !
@@ -3753,11 +3753,11 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.308 2010-07-30 08:39:37 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.309 2010-09-08 15:28:25 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.308 2010-07-30 08:39:37 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.309 2010-09-08 15:28:25 stefan Exp $'
 ! !
 
 ApplicationModel initialize!