URI: 
       tqt: show_info -> show_error - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 6c055e80ed4db18ba984e4c7b52db12b93821603
   DIR parent 0062c6d69561991d5918163946344c1b10ed9588
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu, 19 Sep 2019 12:01:23 +0200
       
       qt: show_info -> show_error
       
       Diffstat:
         M electrum/gui/qt/main_window.py      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py
       t@@ -1686,7 +1686,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
                elif status == 'progress':
                    print('on_payment_status', key, status, args)
                elif status == 'failure':
       -            self.show_info(_('Payment failed'))
       +            self.show_error(_('Payment failed'))
                elif status == 'error':
                    e = args[0]
                    self.show_error(_('Error') + '\n' + str(e))