diff --git a/src/gajim-remote.py b/src/gajim-remote.py index 0f9cec821..96895561e 100644 --- a/src/gajim-remote.py +++ b/src/gajim-remote.py @@ -58,7 +58,7 @@ except Exception: OBJ_PATH = '/org/gajim/dbus/RemoteObject' INTERFACE = 'org.gajim.dbus.RemoteInterface' SERVICE = 'org.gajim.dbus' -BASENAME = 'gajim-remote-plugin' +BASENAME = 'gajim-remote' class GajimRemote: