Skip to content

Commit

Permalink
#1324: some tray implementations aren't shown by default (ie: appindi…
Browse files Browse the repository at this point in the history
…cator), always call show() on them

git-svn-id: https://xpra.org/svn/Xpra/trunk@13876 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 26, 2016
1 parent b966bc9 commit f50567d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/client/ui_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ def noauto(v):
self.menu_helper = self.make_tray_menu_helper()
def setup_xpra_tray():
self.tray = self.setup_xpra_tray(opts.tray_icon)
self.tray.show()
if opts.delay_tray:
self.connect("first-ui-received", setup_xpra_tray)
else:
Expand Down

0 comments on commit f50567d

Please sign in to comment.