Skip to content

Commit

Permalink
use the correct path for the v5.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 12, 2023
1 parent 262cffc commit c81abe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/gtk3/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def nwarn(notifier_name: str, e: Exception):
except Exception as e:
nwarn("GObject", e)
try:
from xpra.gtk.notifier import GTK_Notifier
from xpra.gtk_common.gtk_notifier import GTK_Notifier
ncs.append(GTK_Notifier)
except Exception as e:
nwarn("GTK", e)
Expand Down

0 comments on commit c81abe7

Please sign in to comment.