Skip to content

Commit

Permalink
use the native win32 tray for client apps too
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@4640 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 30, 2013
1 parent 354f0e9 commit 9ee22d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/platform/win32/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_native_tray_classes():
def get_native_system_tray_classes(*args):
#Win32Tray cannot set the icon from data
#so it cannot be used for application trays
return []
return get_native_tray_classes()


class ClientExtras(object):
Expand Down

0 comments on commit 9ee22d8

Please sign in to comment.