diff options
Diffstat (limited to 'src/common/dbus/remote-object.xml')
-rw-r--r-- | src/common/dbus/remote-object.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/dbus/remote-object.xml b/src/common/dbus/remote-object.xml index 88a8ae7c..1b80f0e7 100644 --- a/src/common/dbus/remote-object.xml +++ b/src/common/dbus/remote-object.xml @@ -2,7 +2,7 @@ <node name="/"> - <interface name="org.xchat.connection"> + <interface name="org.hexchat.connection"> <method name="Connect"> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <arg type="s" name="filename" direction="in"/> @@ -16,7 +16,7 @@ </method> </interface> - <interface name="org.xchat.plugin"> + <interface name="org.hexchat.plugin"> <method name="Command"> <arg type="s" name="command" direction="in"/> </method> |