ContextInspectorView.st
changeset 11630 767544a6b3f7
parent 11549 306407e0570b
child 12401 4714b9640528
child 12456 87fdcd23e545
--- a/ContextInspectorView.st	Fri Jul 20 11:21:54 2012 +0200
+++ b/ContextInspectorView.st	Fri Jul 20 11:22:08 2012 +0200
@@ -436,6 +436,7 @@
     ].
 
     items := items , (self numberBaseItems).
+    items := items , (self sortOrderItems).
 
     m := PopUpMenu
           itemList:items
@@ -453,7 +454,7 @@
     ].
     ^ m
 
-    "Modified: / 03-08-2011 / 15:02:49 / cg"
+    "Modified: / 20-07-2012 / 10:51:12 / cg"
 ! !
 
 !ContextInspectorView methodsFor:'private'!
@@ -671,9 +672,9 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.78 2012-06-03 13:32:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.79 2012-07-20 09:22:08 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.78 2012-06-03 13:32:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.79 2012-07-20 09:22:08 cg Exp $'
 ! !