add a space

This commit is contained in:
Nikos Kouremenos 2005-09-08 09:34:37 +00:00
parent 96dd559748
commit 471edb28b5
1 changed files with 1 additions and 1 deletions

View File

@ -1240,7 +1240,7 @@ if __name__ == '__main__':
'gajim-remote', True) 'gajim-remote', True)
if path_to_gajim_script: if path_to_gajim_script:
if type == 'svn': if type == 'svn':
command = path_to_gajim_script + 'open_chat %s' command = path_to_gajim_script + ' open_chat %s'
else: # 'installed' else: # 'installed'
command = 'gajim-remote open_chat %s' command = 'gajim-remote open_chat %s'
client.set_string('/desktop/gnome/url-handlers/xmpp/command', command) client.set_string('/desktop/gnome/url-handlers/xmpp/command', command)