If the entity has at least one command exposed, it will be displayed as a radio button. Other changes: run python interpreter without optimalizations, otherwise asserts doesn't work. Names of widgets in the glade file were changed a bit.
3 lines
57 B
Bash
Executable file
3 lines
57 B
Bash
Executable file
#!/bin/sh
|
|
cd `dirname $0`/src
|
|
exec python -t gajim.py $@
|