BookmarkBar.st
changeset 16196 86fe377d9a24
parent 14063 236b55c41709
child 16213 f667b5b42a11
child 16491 1ff428c7e87f
--- a/BookmarkBar.st	Fri Mar 25 17:10:05 2016 +0100
+++ b/BookmarkBar.st	Fri Mar 25 17:10:22 2016 +0100
@@ -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$'
 ! !