URI: 
       tadd search box to incoices too - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 77e902be637c01c9d66cdc1f5973c358dcce86d1
   DIR parent 45081b1c8b20598cff2c9eff91518325f5afa6c7
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Thu, 23 Apr 2015 13:55:52 +0200
       
       add search box to incoices too
       
       Diffstat:
         M gui/qt/main_window.py               |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -1708,6 +1708,10 @@ class ElectrumWindow(QMainWindow):
                i = self.tabs.currentIndex()
                if i == 0:
                    self.history_list.filter(t, 2)
       +        elif i == 1:
       +            self.invoices_list.filter(t, 1)
       +        elif i == 2:
       +            self.receive_list.filter(t, 2)
                elif i == 3:
                    self.address_list.filter(t, 1)
                elif i == 4: