forked from AuroraMiddleware/gtk
Fix portal path handling
This was broken when I recently introduced this helper function.
This commit is contained in:
parent
6d5279f3c8
commit
47122288b8
@ -307,7 +307,7 @@ get_portal_path (GDBusConnection *connection,
|
||||
if (sender[i] == '.')
|
||||
sender[i] = '_';
|
||||
|
||||
path = g_strconcat ("/org/freedesktop/portal/desktop", "/", kind, "/", sender, "/", token, NULL);
|
||||
path = g_strconcat ("/org/freedesktop/portal/desktop", "/", kind, "/", sender, "/", *token, NULL);
|
||||
|
||||
g_free (sender);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user