backwards compat
This commit is contained in:
parent
d36a647698
commit
f200d994f5
1 changed files with 1 additions and 1 deletions
|
@ -1250,7 +1250,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
if path_to_gajim_script:
|
if path_to_gajim_script:
|
||||||
argv = [path_to_gajim_script]
|
argv = [path_to_gajim_script]
|
||||||
cli.set_restart_command(argv)
|
cli.set_restart_command(len(argv), argv)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import gconf
|
import gconf
|
||||||
|
|
Loading…
Add table
Reference in a new issue