Skip to content

Commit

Permalink
icon_filename should be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 16, 2024
1 parent d084888 commit aa6dbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/mixins/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ def tray_exit(*args):
traylog("tray_exit(%s)", args)

title = metadata.strget("title")
tray_widget = self.make_system_tray(app_id, None, title, None,
tray_widget = self.make_system_tray(app_id, None, title, "",
tray_geometry, tray_click, tray_mouseover, tray_exit)
traylog("setup_system_tray%s tray_widget=%s", (client, app_id, wid, w, h, title), tray_widget)
assert tray_widget, "could not instantiate a system tray for tray id %s" % wid
Expand Down

0 comments on commit aa6dbff

Please sign in to comment.