BookmarkBar.st
branchjv
changeset 16213 f667b5b42a11
parent 15566 184cea584be5
parent 16196 86fe377d9a24
child 16571 cf319f2e56d0
--- a/BookmarkBar.st	Thu Mar 24 07:22:36 2016 +0000
+++ b/BookmarkBar.st	Sat Mar 26 07:59:34 2016 +0000
@@ -25,6 +25,8 @@
 "
 "{ Package: 'stx:libtool' }"
 
+"{ NameSpace: Smalltalk }"
+
 ApplicationModel subclass:#BookmarkBar
 	instanceVariableNames:'bookmarkHolder bookmarksHolder menuHolder
 		bookmarkButtonIconHolder hasBookmarkHolder'
@@ -236,18 +238,8 @@
 bookmarkButtonIconHolder
     <resource: #uiAspect>
 
-    "automatically generated by UIPainter ..."
-
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
-
     bookmarkButtonIconHolder isNil ifTrue:[
         bookmarkButtonIconHolder := ToolbarIconLibrary bookmarks14x14 asValue.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-"/       bookmarkButtonIconHolder addDependent:self.
-"/       bookmarkButtonIconHolder onChangeSend:#bookmarkButtonIconHolderChanged to:self.
     ].
     ^ bookmarkButtonIconHolder.
 
@@ -485,14 +477,14 @@
 !BookmarkBar class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BookmarkBar.st,v 1.12 2014-02-26 15:10:20 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/BookmarkBar.st,v 1.12 2014-02-26 15:10:20 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '$Id: BookmarkBar.st,v 1.12 2014-02-26 15:10:20 cg Exp $'
+    ^ '$Id$'
 ! !