0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

Fix dbus_name.patch

This commit is contained in:
Malte Jürgens 2024-04-18 17:45:23 +02:00
parent 104027cf40
commit a13efa934b
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -50,7 +50,7 @@
@@ -38,7 +38,7 @@ static const char* introspect_template = @@ -38,7 +38,7 @@ static const char* introspect_template =
bool nsDBusRemoteServer::HandleOpenURL(const gchar* aInterfaceName, bool nsDBusRemoteServer::HandleOpenURL(const gchar* aInterfaceName,
const gchar* aMethodName, const gchar* aMethodName,
const nsACString& aParam) { const gchar* aParam) {
- nsPrintfCString ourInterfaceName("org.mozilla.%s", mAppName.get()); - nsPrintfCString ourInterfaceName("org.mozilla.%s", mAppName.get());
+ nsPrintfCString ourInterfaceName("io.gitlab.%s", mAppName.get()); + nsPrintfCString ourInterfaceName("io.gitlab.%s", mAppName.get());