fix: typo, set_label
authorThomasV <thomasv@gitorious>
Sun, 8 Sep 2013 18:12:03 +0000 (20:12 +0200)
committerThomasV <thomasv@gitorious>
Sun, 8 Sep 2013 18:12:03 +0000 (20:12 +0200)
lib/commands.py

index 2e9deca..610ee0c 100644 (file)
@@ -286,7 +286,7 @@ class Commands:
 
 
     def setlabel(self, key, label):
-        self.wallet.set_labels(key, label)
+        self.wallet.set_label(key, label)