taddress - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 5f7fd983e1625a191bc400cce6917368b3f3ef73 DIR parent 82c8c1fd259888e06c2b66a36a8a52dbeff216cc HTML Author: ThomasV <thomasv@gitorious> Date: Tue, 22 Nov 2011 18:24:26 +0300 address Diffstat: M MANIFEST.in | 1 - M client/gui.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) --- DIR diff --git a/MANIFEST.in b/MANIFEST.in t@@ -1,4 +1,3 @@ -include include client/README client/LICENCE include server/README server/LICENCE include server/electrum.php DIR diff --git a/client/gui.py b/client/gui.py t@@ -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()