remove a deprecated warning (it is fixed since gnome-python 2.10 which aligns with pygtk26 etc
This commit is contained in:
parent
017100f36e
commit
7e69565a0f
|
@ -1247,7 +1247,7 @@ if __name__ == '__main__':
|
|||
|
||||
if path_to_gajim_script:
|
||||
argv = [path_to_gajim_script]
|
||||
cli.set_restart_command(len(argv), argv)
|
||||
cli.set_restart_command(argv)
|
||||
|
||||
try:
|
||||
import gconf
|
||||
|
|
Loading…
Reference in New Issue