/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

  • Committer: Teddy Hogeborn
  • Date: 2009-11-05 02:12:57 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091105021257-l2b5nb1v4pc2tupw
* mandos (ClientDBus.disable): Bug fix: complete rename of "log" and
                               "signal" to "quiet".

Show diffs side-by-side

added added

removed removed

Lines of Context:
708
708
    
709
709
    def disable(self, quiet = False):
710
710
        oldstate = getattr(self, u"enabled", False)
711
 
        r = Client.disable(self, log=signal)
 
711
        r = Client.disable(self, quiet=quiet)
712
712
        if not quiet and oldstate != self.enabled:
713
713
            # Emit D-Bus signal
714
714
            self.PropertyChanged(dbus.String(u"enabled"),