Changeset 260

Show
Ignore:
Timestamp:
08/02/02 17:56:17 (6 years ago)
Author:
sholloway
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBJabber/RBJabber/SubjectObserver/Subject.py

    r253 r260  
    9090        """Updates all observers of this subject with data in kw.  (kw is assumed to be a dictonary.)  See also UpdateObservers.""" 
    9191        self._cachedUpdates.update(kw) 
    92         if self._cachedUpdates and not self._locked
     92        if self._cachedUpdates and not self.Locked()
    9393            _cachedUpdates, self._cachedUpdates = self._cachedUpdates, {} 
    9494            lock = self.Lock()