extensions.st
changeset 10700 9beb2903bf24
parent 10637 1114ddcf69f7
child 10702 90cc3aeccac5
--- a/extensions.st	Mon Sep 12 18:33:28 2011 +0200
+++ b/extensions.st	Tue Sep 13 11:57:54 2011 +0200
@@ -148,13 +148,13 @@
 	^changes
 ! !
 
-!ChangeSet methodsFor:'debugging support'!
+!ChangeSet methodsFor:'inspecting'!
 
 inspector2TabBrowser
 
     ^self newInspector2Tab
         label: 'Changes';    
-        priority: 75;
+        priority: 35;
         "JV@2011-08-06: Cannot do 'UserPreferences current changeSetBrowserClass'
          here since ChangeSetBrowser has no #on: and it is not an application model.
          Thus, enforce Tools::ChangeSetBrowser2 here..."
@@ -162,6 +162,7 @@
 
     "Modified: / 25-07-2011 / 12:22:07 / sr"
     "Modified: / 06-08-2011 / 21:22:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 13-09-2011 / 11:55:53 / cg"
 ! !
 
 !ChangeSet methodsFor:'inspecting'!
@@ -1687,5 +1688,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.57 2011-08-21 10:33:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.58 2011-09-13 09:57:54 cg Exp $'
 ! !
\ No newline at end of file