This commit is contained in:
ThomasV 2011-11-22 18:24:26 +03:00
parent 82c8c1fd25
commit 5f7fd983e1
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
include
include client/README client/LICENCE
include server/README server/LICENCE
include server/electrum.php

View 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()