From 15948fd1d48c64fd7cc885ca0400bcd66daf3f13 Mon Sep 17 00:00:00 2001
From: Marek Siarkowicz <mareksiarkowicz@gmail.com>
Date: Sun, 14 Jun 2015 22:01:33 +0200
Subject: Fix noise cancel in api version 1.

---
 ParrotZikTray | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 
-- 
cgit v1.2.1