comments
This commit is contained in:
parent
bac379679a
commit
94d88f92a0
1 changed files with 2 additions and 1 deletions
|
@ -1298,8 +1298,8 @@ if __name__ == '__main__':
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Session Management support
|
|
||||||
if os.name != 'nt':
|
if os.name != 'nt':
|
||||||
|
# Session Management support
|
||||||
try:
|
try:
|
||||||
import gnome.ui
|
import gnome.ui
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
@ -1323,6 +1323,7 @@ if __name__ == '__main__':
|
||||||
except TypeError:
|
except TypeError:
|
||||||
cli.set_restart_command(len(argv), argv)
|
cli.set_restart_command(len(argv), argv)
|
||||||
|
|
||||||
|
# register (by default only the first time) xmmpi: to Gajim
|
||||||
try:
|
try:
|
||||||
import gconf
|
import gconf
|
||||||
# in try because daemon may not be there
|
# in try because daemon may not be there
|
||||||
|
|
Loading…
Add table
Reference in a new issue