show tooltip in systray when only one account too
This commit is contained in:
parent
53d68c9c7f
commit
6151b683ad
1 changed files with 2 additions and 3 deletions
|
@ -257,7 +257,6 @@ class NotificationAreaTooltip(BaseTooltip, StatusTable):
|
||||||
self.create_table()
|
self.create_table()
|
||||||
|
|
||||||
accounts = helpers.get_notification_icon_tooltip_dict()
|
accounts = helpers.get_notification_icon_tooltip_dict()
|
||||||
if len(accounts) > 1:
|
|
||||||
self.table.resize(2, 1)
|
self.table.resize(2, 1)
|
||||||
self.fill_table_with_accounts(accounts)
|
self.fill_table_with_accounts(accounts)
|
||||||
self.hbox = gtk.HBox()
|
self.hbox = gtk.HBox()
|
||||||
|
|
Loading…
Add table
Reference in a new issue