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());