remove a deprecated warning (it is fixed since gnome-python 2.10 which aligns with pygtk26 etc

This commit is contained in:
Nikos Kouremenos 2005-09-13 11:53:48 +00:00
parent 017100f36e
commit 7e69565a0f
1 changed files with 1 additions and 1 deletions

View File

@ -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