diff options
-rwxr-xr-x | ParrotZikTray | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ParrotZikTray b/ParrotZikTray index 52b8d12..373e9ee 100755 --- a/ParrotZikTray +++ b/ParrotZikTray @@ -202,7 +202,7 @@ class ParrotZikVersion1Interface(ParrotZikBaseInterface): self.concert_hall_mode.show() super(ParrotZikVersion1Interface, self).activate(parrot) - self.noise_cancelation.set_active(self.parrot.noise_cancel) + self.noise_cancelation.set_active(self.parrot.cancel_noise) self.lou_reed_mode.set_active(self.parrot.lou_reed_mode) self.concert_hall_mode.set_active(self.parrot.concert_hall) |