mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Fix dbus_name.patch
This commit is contained in:
parent
104027cf40
commit
a13efa934b
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue