correctly set transient window for muc error dialogs. Fixes #6943
[gajim.git] / launch.sh
blob69c923d7b53f135394010bf7bd551976496aecf8
1 #!/bin/sh
2 if [ ! $PYTHON ]; then
3 PYTHON="python";
4 fi
5 cd "$(dirname $0)/src"
6 exec $PYTHON -OOt gajim.py "$@"