handle multiple selections in receive_menu hook
authorThomasV <thomasv@gitorious>
Sat, 23 Nov 2013 09:38:02 +0000 (10:38 +0100)
committerThomasV <thomasv@gitorious>
Sat, 23 Nov 2013 09:38:02 +0000 (10:38 +0100)
gui/qt/main_window.py

index d048f9c..2ea8b70 100644 (file)
@@ -1163,7 +1163,7 @@ class ElectrumWindow(QMainWindow):
 
         menu.addAction(_("Send From"), lambda: self.send_from_addresses(addrs))
             
-        run_hook('receive_menu', menu, addr)
+        run_hook('receive_menu', menu, addrs)
         menu.exec_(self.receive_list.viewport().mapToGlobal(position))