X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=WatchesFrame.py;h=cfcd14a916cc700f16082ae5dca212d4c94ac10b;hb=74af4d713d7a7456beabc86693e2cc53819e7935;hp=10a46950083440f130adfb45b216ac27586fe9b1;hpb=b029ee3dd1a5a785737e73ac6fc024a58d855104;p=pygdb.git diff --git a/WatchesFrame.py b/WatchesFrame.py index 10a4695..cfcd14a 100644 --- a/WatchesFrame.py +++ b/WatchesFrame.py @@ -112,7 +112,7 @@ class WatchesFrame (StatusFrame.StatusFrame): selection = self.tv.get_selection() model, paths = selection.get_selected_rows() - for path in paths: + for path in reversed(paths): iter = model.get_iter(path) model.remove(iter)