changed: #selectorMenuSCMCommon
authorvrany
Wed, 11 Jan 2012 16:45:40 +0100
changeset 11086 a733ef778dea
parent 11085 a7bc28fc65f0
child 11087 4abf0b5e0109
changed: #selectorMenuSCMCommon
Tools__NewSystemBrowser.st
--- a/Tools__NewSystemBrowser.st	Wed Jan 11 15:40:54 2012 +0100
+++ b/Tools__NewSystemBrowser.st	Wed Jan 11 16:45:40 2012 +0100
@@ -15100,6 +15100,7 @@
             enabled: hasMethodSelectedAndSourceCodeManagerHolder
             label: 'Compare with Newest in Repository...'
             itemValue: selectorMenuCompareAgainstNewestInRepositoryUsingManagerNamed:
+            argument: SourceCodeManagerPlaceholder
             translateLabel: true
             labelImage: (ResourceRetriever ToolbarIconLibrary repositoryVersions 'Compare with Newest in Repository...')
           )
@@ -15125,7 +15126,7 @@
         nil
       )
 
-    "Modified: / 02-01-2012 / 12:38:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 11-01-2012 / 14:05:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 selectorMenuSCMSlice
@@ -15534,6 +15535,7 @@
     "Modified: / 29-09-2006 / 16:11:08 / cg"
 ! !
 
+
 !NewSystemBrowser class methodsFor:'menu specs-popup'!
 
 categoryPopUpMenu
@@ -17269,6 +17271,7 @@
     "Created: / 24.2.2000 / 23:28:06 / cg"
 ! !
 
+
 !NewSystemBrowser methodsFor:'aspects-organization'!
 
 categoryMenuVisible
@@ -20641,6 +20644,7 @@
     ^ UserPreferences current useSearchBarInBrowser or:[self codeView searchBarActionBlock notNil]
 ! !
 
+
 !NewSystemBrowser methodsFor:'change & update'!
 
 categorySelectionChanged
@@ -34334,6 +34338,7 @@
     ^ brwsr
 ! !
 
+
 !NewSystemBrowser methodsFor:'menu actions-namespace'!
 
 nameSpaceMenuCheckOut
@@ -42715,6 +42720,7 @@
     "Modified: / 25-06-2010 / 10:08:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !NewSystemBrowser methodsFor:'menu actions-variables'!
 
 browseVarRefsOrModsWithTitle:browserTitle boxTitle:boxTitle variables:varType access:accessType all:browseAll
@@ -49737,6 +49743,7 @@
     ^ navigationState projectListApplication
 ! !
 
+
 !NewSystemBrowser methodsFor:'private-history'!
 
 lastSearchPatterns
@@ -54964,11 +54971,11 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1688 2012-01-10 12:19:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1689 2012-01-11 15:45:40 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1688 2012-01-10 12:19:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1689 2012-01-11 15:45:40 vrany Exp $'
 !
 
 version_SVN