--- a/DataViews/PyProfileDialog.py Sat Sep 28 17:40:42 2013 +0200 +++ b/DataViews/PyProfileDialog.py Sat Sep 28 19:06:25 2013 +0200 @@ -29,6 +29,7 @@ Private method to get the value to compare on for the first column. @param itm item to operate on (ProfileTreeWidgetItem) + @return comparison value for the first column (integer) """ s = itm.text(0) return int(s.split('/')[0])