/mandos/release

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

« back to all changes in this revision

Viewing changes to mandos

* 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"),