fix: receive_list
authorThomasV <thomasv@gitorious>
Sat, 9 Jun 2012 22:05:14 +0000 (00:05 +0200)
committerThomasV <thomasv@gitorious>
Sat, 9 Jun 2012 22:05:14 +0000 (00:05 +0200)
lib/gui_qt.py

index 3268701..6c474aa 100644 (file)
@@ -657,7 +657,7 @@ class ElectrumWindow(QMainWindow):
         # if it is not called the menu pops up several times
         #self.receive_list.selectedIndexes() 
 
-        item = self.contacts_list.itemAt(position)
+        item = self.receive_list.itemAt(position)
         addr = unicode(item.text(1))
         menu = QMenu()
         menu.addAction(_("Copy to Clipboard"), lambda: self.app.clipboard().setText(addr))