ProtocolAdaptor.st
changeset 71 5b34cd877517
parent 69 225a9efd50f5
child 75 a53337dc3e19
--- a/ProtocolAdaptor.st	Tue May 09 03:53:35 1995 +0200
+++ b/ProtocolAdaptor.st	Wed May 10 04:26:18 1995 +0200
@@ -4,7 +4,7 @@
 	 instanceVariableNames:'accessPath subject subjectChannel subjectSendsUpdates'
 	 classVariableNames:''
 	 poolDictionaries:''
-	 category:'Interface-Support'
+	 category:'Interface-Support-Models'
 !
 
 !ProtocolAdaptor class methodsFor:'documentation'!
@@ -12,7 +12,7 @@
 copyright
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -25,7 +25,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/ProtocolAdaptor.st,v 1.1 1995-05-09 00:21:52 claus Exp $
+$Header: /cvs/stx/stx/libview2/ProtocolAdaptor.st,v 1.2 1995-05-10 02:25:43 claus Exp $
 "
 !
 
@@ -203,7 +203,7 @@
 
 notifyChange
     subjectSendsUpdates ifFalse:[
-        super notifyChange:#value
+	super notifyChange:#value
     ]
 ! !