diff -r 768a3cb71598 -r 93a361227c64 DropSource.st --- a/DropSource.st Fri Mar 31 19:53:06 2006 +0200 +++ b/DropSource.st Tue Apr 11 19:47:06 2006 +0200 @@ -273,6 +273,8 @@ "selector called at end of a drop to give a feedback; the argument to the selector is the dropContext" + + "/ self obsoleteMethodWarning:'use dropFeedBackSelector'. ^ self dropFeedBackSelector ! @@ -281,6 +283,8 @@ "selector called at end of a drop to give a feedback; the argument to the selector is the dropContext" + + "/ self obsoleteMethodWarning:'use dropFeedBackSelector:'. self dropFeedBackSelector:aSelectorWithZeroOrOneArgs. ! ! @@ -288,5 +292,5 @@ !DropSource class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/DropSource.st,v 1.5 2004-07-06 10:58:55 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/DropSource.st,v 1.6 2006-04-11 17:47:06 stefan Exp $' ! !