# HG changeset patch # User Claus Gittinger # Date 1326986397 -3600 # Node ID 85cf105b23ade10447bb6846012040dd8f34d7a6 # Parent e164eb9dbd69f10d7d54f0192179f5889da2983d shownInSourceCodeManager from superclass diff -r e164eb9dbd69 -r 85cf105b23ad StoreSourceCodeManager.st --- a/StoreSourceCodeManager.st Thu Jan 19 16:19:52 2012 +0100 +++ b/StoreSourceCodeManager.st Thu Jan 19 16:19:57 2012 +0100 @@ -13,8 +13,7 @@ AbstractSourceCodeManager subclass:#StoreSourceCodeManager instanceVariableNames:'' - classVariableNames:'Verbose Connection DefaultDBInfo DBInfoPerModule - ShownInBrowserMenus' + classVariableNames:'Verbose Connection DefaultDBInfo DBInfoPerModule' poolDictionaries:'' category:'System-SourceCodeManagement' ! @@ -154,18 +153,6 @@ ^ self shouldImplement ! -shownInBrowserMenus - ^ ShownInBrowserMenus ? false - - "Created: / 08-01-2012 / 19:53:20 / cg" -! - -shownInBrowserMenus:aBoolean - ShownInBrowserMenus := aBoolean - - "Created: / 08-01-2012 / 19:53:34 / cg" -! - userName ^ self defaultDBInfo userName ! @@ -459,5 +446,5 @@ !StoreSourceCodeManager class methodsFor:'documentation'! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic3/StoreSourceCodeManager.st,v 1.22 2012-01-09 23:39:27 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic3/StoreSourceCodeManager.st,v 1.23 2012-01-19 15:19:57 cg Exp $' ! !