blueness    15/03/01 13:42:11

  Added:                1.9.8-gtk3-fix.patch
  Log:
  Fix bug #510688 and #509028
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.1                  net-misc/electrum/files/1.9.8-gtk3-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/files/1.9.8-gtk3-fix.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/files/1.9.8-gtk3-fix.patch?rev=1.1&content-type=text/plain

Index: 1.9.8-gtk3-fix.patch
===================================================================
--- Electrum-1.9.8/gui/gtk.py   2014-03-11 14:12:31.000000000 +0000
+++ Electrum-1.9.8/gui/gtk.py   2015-03-01 08:01:02.851740805 +0000
@@ -87,7 +87,7 @@
     # ask if the user wants to create a new wallet, or recover from a seed. 
     # if he wants to recover, and nothing is found, do not create wallet
     dialog = Gtk.Dialog("electrum", parent=None, 
-                        
flags=Gtk.DialogFlags.MODAL|Gtk.DialogFlags.NO_SEPARATOR, 
+                        flags=Gtk.DialogFlags.MODAL | getattr(Gtk.DialogFlags, 
'NO_SEPARATOR', 0), 
                         buttons= ("create", 0, "restore",1, "cancel",2)  )
 
     label = Gtk.Label("Wallet file not found.\nDo you want to create a new 
wallet,\n or to restore an existing one?"  )




Reply via email to