This commit is contained in:
Denis Fomin 2010-12-20 15:29:03 +03:00
parent a5fc9f9fd4
commit e3e34fd57c
1 changed files with 1 additions and 1 deletions

View File

@ -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: