add a space
This commit is contained in:
parent
96dd559748
commit
471edb28b5
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue