no history update unless done by user
authorClaus Gittinger <cg@exept.de>
Wed, 05 Jul 2006 17:41:36 +0200
changeset 6818 8f6c68046792
parent 6817 63d4f5f919d5
child 6819 0bd280707fdc
no history update unless done by user (to avoid historyline change when filing in or when applying changes, or when checking out of the repository)
DebugView.st
--- a/DebugView.st	Wed Jul 05 16:21:17 2006 +0200
+++ b/DebugView.st	Wed Jul 05 17:41:36 2006 +0200
@@ -5365,7 +5365,9 @@
         "/ in case we accept while in another nameSpace context,
         "/ (but for a class which is somewhere else)
         "/
-        (Class updateChangeFileQuerySignal, Class updateChangeListQuerySignal) answer:true
+        (Class updateChangeFileQuerySignal, 
+         Class updateChangeListQuerySignal,
+         Class updateHistoryLineQuerySignal) answer:true
         do:[
             Class nameSpaceQuerySignal
             answer:(implementorClass nameSpace)
@@ -5992,7 +5994,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.397 2006-07-04 16:26:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.398 2006-07-05 15:41:36 cg Exp $'
 ! !
 
 DebugView initialize!