From 9d54afa04f4b247a0f700ad750d78d1cb5445014 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 23 Apr 2015 14:55:16 +0200 Subject: [PATCH] fix search: column number --- gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index ee6cdb212..7c3839917 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -1711,7 +1711,7 @@ class ElectrumWindow(QMainWindow): elif i == 1: self.invoices_list.filter(t, 1) elif i == 2: - self.receive_list.filter(t, 2) + self.receive_list.filter(t, 3) elif i == 3: self.address_list.filter(t, 1) elif i == 4: