From a13efa934ba6806e0f681405455beaab469608aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Thu, 18 Apr 2024 17:45:23 +0200 Subject: [PATCH] Fix dbus_name.patch --- patches/dbus_name.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/dbus_name.patch b/patches/dbus_name.patch index 96159d0..c956a6b 100644 --- a/patches/dbus_name.patch +++ b/patches/dbus_name.patch @@ -50,7 +50,7 @@ @@ -38,7 +38,7 @@ static const char* introspect_template = bool nsDBusRemoteServer::HandleOpenURL(const gchar* aInterfaceName, const gchar* aMethodName, - const nsACString& aParam) { + const gchar* aParam) { - nsPrintfCString ourInterfaceName("org.mozilla.%s", mAppName.get()); + nsPrintfCString ourInterfaceName("io.gitlab.%s", mAppName.get());