address
authorThomasV <thomasv@gitorious>
Tue, 22 Nov 2011 15:24:26 +0000 (18:24 +0300)
committerThomasV <thomasv@gitorious>
Tue, 22 Nov 2011 15:24:26 +0000 (18:24 +0300)
MANIFEST.in
client/gui.py

index e7e2310..835c67f 100644 (file)
@@ -1,4 +1,3 @@
-include 
 include client/README client/LICENCE
 include server/README server/LICENCE
 include server/electrum.php
index 53e5a1c..06ac5bd 100644 (file)
@@ -743,7 +743,7 @@ class BitcoinGUI:
             area.set_size_request(size, size)
             area.connect("expose-event", area_expose_cb)
             area.show()
-            dialog = gtk.Dialog("QR Code", parent=self.window, flags=gtk.DIALOG_MODAL|gtk.DIALOG_NO_SEPARATOR, buttons = ("ok",1))
+            dialog = gtk.Dialog(address, parent=self.window, flags=gtk.DIALOG_MODAL|gtk.DIALOG_NO_SEPARATOR, buttons = ("ok",1))
             dialog.vbox.add(area)
             dialog.run()
             dialog.destroy()