Files
virt-manager/virtManager
Chen Hanxiao 1d3980015a host: unselect_all members before clear model
Interface_selected is being triggered by model.clear() in
populate_interfaces. It usually calls interface_selected
on every interface after the current selected row.

So the gtk code is probably removing the first
row over and over, and when it removes the
current selection (the interface we are deleting),
it selects the next row in line.
It will raise a KeyError.

This patch will fix this issue.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-03-14 09:04:52 +08:00
..
2014-02-12 15:46:26 +01:00
2014-02-26 09:36:16 +08:00
2014-03-12 15:36:59 +08:00
2014-01-30 11:11:57 -05:00
2013-12-18 16:34:10 -05:00
2014-02-14 11:37:47 -05:00
2013-12-18 16:34:10 -05:00
2014-01-29 09:22:28 -05:00