*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 04 Oct 2008 12:27:41 +0200
changeset 3541 7d676ed9b6bb
parent 3540 7a3d1f0e54a1
child 3542 3e9b8a2186da
*** empty log message ***
ProgressNotification.st
--- a/ProgressNotification.st	Sat Oct 04 11:35:37 2008 +0200
+++ b/ProgressNotification.st	Sat Oct 04 12:27:41 2008 +0200
@@ -37,7 +37,7 @@
 !ProgressNotification class methodsFor:'instance creation'!
 
 progressPercentage:aPercentageNumber
-    self notify:aPercentageNumber
+    self raiseRequestWith:aPercentageNumber
 ! !
 
 !ProgressNotification methodsFor:'instance creation'!
@@ -49,5 +49,5 @@
 !ProgressNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressNotification.st,v 1.2 2008-10-04 09:34:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressNotification.st,v 1.3 2008-10-04 10:27:41 cg Exp $'
 ! !