Minimal fix for #1449, if search line is empty

This commit is contained in:
Dmitri Bogomolov 2020-05-15 14:18:22 +03:00
parent 36242343c2
commit 87e3d63340
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 3 additions and 0 deletions

View File

@ -1240,6 +1240,9 @@ class MyForm(settingsmixin.SMainWindow):
if tableWidget == self.ui.tableWidgetInboxSubscriptions:
xAddress = "fromaddress"
if not what:
where = _translate("MainWindow", "To")
what = str_broadcast_subscribers
else:
xAddress = "toaddress"
if account is not None: