automatic checkIn
authorClaus Gittinger <cg@exept.de>
Wed, 29 Jun 2011 16:43:10 +0200
changeset 5760 885253cbdaed
parent 5759 f0a81fdb9418
child 5761 3d38c776004a
automatic checkIn
stx_libview.st
--- a/stx_libview.st	Wed Jun 29 16:43:09 2011 +0200
+++ b/stx_libview.st	Wed Jun 29 16:43:10 2011 +0200
@@ -341,9 +341,8 @@
         AbstractBackground
         (RoundButtonBorder autoload)
         GradientBackground
+        WidgetEvent
     )
-
-    "Modified: / 02-02-2011 / 01:42:40 / cg"
 !
 
 extensionMethodNames
@@ -390,9 +389,9 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.47 2011-02-02 00:43:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.48 2011-06-29 14:43:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.47 2011-02-02 00:43:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.48 2011-06-29 14:43:10 cg Exp $'
 ! !