#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Mon, 09 May 2016 10:02:25 +0200
changeset 16491 1ff428c7e87f
parent 16490 9c07e05feac0
child 16492 0ddfa2fae0fd
#REFACTORING by cg class: BookmarkBar changed: #updateMenu colorizeAllWith -> withColor
BookmarkBar.st
--- a/BookmarkBar.st	Sun May 08 19:31:42 2016 +0200
+++ b/BookmarkBar.st	Mon May 09 10:02:25 2016 +0200
@@ -369,7 +369,7 @@
     menu := self bookmarksHolder value asMenu.
     menu hasItems ifFalse:[
         item := MenuItem 
-                    label: ('No bookmarks yet, click here or on star to add one' asText colorizeAllWith: Color gray)
+                    label: ('No bookmarks yet, click here or on star to add one' withColor: Color gray)
                     itemValue: #bookmarkMenu
                     enabled: self hasBookmarkHolder.
         item isButton: true.