backwards compat

This commit is contained in:
Nikos Kouremenos 2005-09-13 21:25:12 +00:00
parent d36a647698
commit f200d994f5
1 changed files with 1 additions and 1 deletions

View File

@ -1250,7 +1250,7 @@ if __name__ == '__main__':
if path_to_gajim_script:
argv = [path_to_gajim_script]
cli.set_restart_command(argv)
cli.set_restart_command(len(argv), argv)
try:
import gconf