diff -r d85fadb263a0 -r 1b8381afe38f UI/Browser.py --- a/UI/Browser.py Sun Apr 13 15:45:57 2014 +0200 +++ b/UI/Browser.py Tue Apr 15 22:41:08 2014 +0200 @@ -608,8 +608,8 @@ @param filter list of classes to check against @return a dictionary containing the counts of items belonging to the individual filter classes. The keys of the dictionary - are the unicode representation of the classes given in the - filter (i.e. unicode(filterClass)). The dictionary contains + are the string representation of the classes given in the + filter (i.e. str(filterClass)). The dictionary contains an additional entry with key "sum", that stores the sum of all selected entries fulfilling the filter criteria. """