Skip to content

Commit

Permalink
#4171 doh: use v5.x path
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Mar 23, 2024
1 parent 5992663 commit 328d0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/server/shadow/gtk_shadow_server_base.py
Expand Up @@ -379,7 +379,7 @@ def setup_tray(self) -> None:
self.tray_menu.append(title_item)

def show_about(*_args):
from xpra.gtk.dialogs.about import about # pylint: disable=import-outside-toplevel
from xpra.gtk_common.about import about # pylint: disable=import-outside-toplevel
about()

self.tray_menu.append(self.traymenuitem("About Xpra", "information.png", cb=show_about))
Expand Down

0 comments on commit 328d0c4

Please sign in to comment.