Minimal fix for #1449, if search line is empty
This commit is contained in:
parent
36242343c2
commit
87e3d63340
|
@ -1240,6 +1240,9 @@ class MyForm(settingsmixin.SMainWindow):
|
||||||
|
|
||||||
if tableWidget == self.ui.tableWidgetInboxSubscriptions:
|
if tableWidget == self.ui.tableWidgetInboxSubscriptions:
|
||||||
xAddress = "fromaddress"
|
xAddress = "fromaddress"
|
||||||
|
if not what:
|
||||||
|
where = _translate("MainWindow", "To")
|
||||||
|
what = str_broadcast_subscribers
|
||||||
else:
|
else:
|
||||||
xAddress = "toaddress"
|
xAddress = "toaddress"
|
||||||
if account is not None:
|
if account is not None:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user