remove aliases from completions
authorthomasv <thomasv@gitorious>
Mon, 18 Mar 2013 08:19:49 +0000 (09:19 +0100)
committerthomasv <thomasv@gitorious>
Mon, 18 Mar 2013 08:19:49 +0000 (09:19 +0100)
gui/gui_lite.py

index a270b86..329cb39 100644 (file)
@@ -1003,7 +1003,6 @@ class MiniDriver(QObject):
         for addr, label in self.wallet.labels.items():
             if addr in self.wallet.addressbook:
                 completions.append("%s <%s>" % (label, addr))
-        completions = completions + self.wallet.aliases.keys()
         self.window.update_completions(completions)
 
     def update_history(self):