Skip to content
Snippets Groups Projects
Commit 6151b683 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

show tooltip in systray when only one account too

parent 53d68c9c
No related branches found
No related tags found
No related merge requests found
......@@ -257,9 +257,8 @@ class NotificationAreaTooltip(BaseTooltip, StatusTable):
self.create_table()
accounts = helpers.get_notification_icon_tooltip_dict()
if len(accounts) > 1:
self.table.resize(2, 1)
self.fill_table_with_accounts(accounts)
self.table.resize(2, 1)
self.fill_table_with_accounts(accounts)
self.hbox = gtk.HBox()
self.table.set_property('column-spacing', 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment