electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 5f7fd983e1625a191bc400cce6917368b3f3ef73
parent 82c8c1fd259888e06c2b66a36a8a52dbeff216cc
Author: ThomasV <thomasv@gitorious>
Date:   Tue, 22 Nov 2011 18:24:26 +0300

address

Diffstat:
MMANIFEST.in | 1-
Mclient/gui.py | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in @@ -1,4 +1,3 @@ -include include client/README client/LICENCE include server/README server/LICENCE include server/electrum.php diff --git a/client/gui.py b/client/gui.py @@ -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()