public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/electrum/files: 1.9.8-gtk3-fix.patch
@ 2015-03-01 13:42 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2015-03-01 13:42 UTC (permalink / raw
  To: gentoo-commits

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?"  )





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-01 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-01 13:42 [gentoo-commits] gentoo-x86 commit in net-misc/electrum/files: 1.9.8-gtk3-fix.patch Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox