commit b3e880b58707884afc7cacfb18372aab08863cff parent cd6832df2ee9f09c973485f13f7e6abfd64dd62d Author: ThomasV <thomasv@gitorious> Date: Sun, 8 Sep 2013 20:12:03 +0200 fix: typo, set_label Diffstat:
M | lib/commands.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/commands.py b/lib/commands.py @@ -286,7 +286,7 @@ class Commands: def setlabel(self, key, label): - self.wallet.set_labels(key, label) + self.wallet.set_label(key, label)