[Pkg-bitcoin-commits] [electrum] 01/01: Backport upstream patch (e9ee851b) for install wizard issue.

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Dec 4 09:01:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository electrum.

commit 2ac82f9f58fff18ce8f576f86a53581fca321e2d
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Fri Dec 4 08:20:55 2015 +0200

    Backport upstream patch (e9ee851b) for install wizard issue.
---
 debian/changelog                            |  6 ++++++
 debian/patches/install-wizard-connect.patch | 21 +++++++++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4e87477..8b1c951 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+electrum (2.5.4-2) unstable; urgency=medium
+
+  * Backport upstream patch (e9ee851b) for install wizard issue.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Fri, 04 Dec 2015 08:20:45 +0200
+
 electrum (2.5.4-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/install-wizard-connect.patch b/debian/patches/install-wizard-connect.patch
new file mode 100644
index 0000000..3086cc0
--- /dev/null
+++ b/debian/patches/install-wizard-connect.patch
@@ -0,0 +1,21 @@
+From e9ee851bb2278c60485c48d644d945e382b3e098 Mon Sep 17 00:00:00 2001
+From: ThomasV <thomasv at electrum.org>
+Date: Thu, 3 Dec 2015 23:50:50 +0100
+Subject: [PATCH] fix: set auto_connect in installwizard
+
+---
+ gui/qt/installwizard.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
+index 957fdbd..0c4d211 100644
+--- a/gui/qt/installwizard.py
++++ b/gui/qt/installwizard.py
+@@ -298,6 +298,7 @@ def network_dialog(self):
+             return NetworkDialog(self.network, self.config, None).do_exec()
+         else:
+             self.config.set_key('auto_connect', True, True)
++            self.network.auto_connect = True
+             return
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..acef693
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+install-wizard-connect.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/electrum.git



More information about the Pkg-bitcoin-commits mailing list