automatic checkIn
authorClaus Gittinger <cg@exept.de>
Wed, 02 Feb 2011 01:43:08 +0100
changeset 5702 f9320ac7088d
parent 5701 9da897db1c12
child 5703 b2982d12a3ad
automatic checkIn
stx_libview.st
--- a/stx_libview.st	Wed Feb 02 01:43:05 2011 +0100
+++ b/stx_libview.st	Wed Feb 02 01:43:08 2011 +0100
@@ -340,8 +340,10 @@
         SolidBackground
         AbstractBackground
         (RoundButtonBorder autoload)
-        (GradientBackground autoload)
+        GradientBackground
     )
+
+    "Modified: / 02-02-2011 / 01:42:40 / cg"
 !
 
 extensionMethodNames
@@ -388,9 +390,9 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.46 2011-02-01 10:58:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.47 2011-02-02 00:43:08 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.46 2011-02-01 10:58:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.47 2011-02-02 00:43:08 cg Exp $'
 ! !