manager/qubesmanager
Marek Marczykowski 7681864d81 Fix multiselect widget signal handling.
Apparently list isn't allowed type of argument.
Documentation says:
"It is possible to pass any Python object as a signal argument by specifying
PyQt_PyObject as the type of the argument in the signature."
"While this would normally be used for passing objects like lists and
dictionaries as signal arguments, it can be used for any Python type."

So do it.
2013-02-28 02:15:06 +01:00
..
__init__.py Initial public commit. 2010-05-11 16:54:35 +02:00
.gitignore gitignore 2012-07-05 00:47:05 +02:00
appmenu_select.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00
backup_utils.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00
backup.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00
create_new_vm.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00
firewall.py fix sorting firewall rules (#652) 2012-08-07 15:03:04 +02:00
global_settings.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00
log_dialog.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00
main.py Use local time in shutdown monitor 2013-02-23 16:18:43 +01:00
mount_for_backup.sh Do not strictly depend on kdialog 2013-02-12 01:57:17 +01:00
multiselectwidget.py Fix multiselect widget signal handling. 2013-02-28 02:15:06 +01:00
restore.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00
settings.py settings apply: fix error message 2013-02-23 06:46:56 +01:00
thread_monitor.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00