~matthew-pirocchi/acire/csharp-support

« back to all changes in this revision

Viewing changes to bin/acire

  • Committer: Jono Bacon
  • Date: 2010-03-02 21:53:49 UTC
  • Revision ID: jono@ubuntu.com-20100302215349-dozm2x2nw1njvfnb
Alphabetize categories list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
                    finalcats.append(s.lstrip().rstrip())
177
177
 
178
178
        finalcats = list(set(finalcats))
179
 
 
 
179
        finalcats = sorted(finalcats,cmp=lambda x,y: cmp(x.lower(), y.lower()))
 
180
        
180
181
        templist = []
181
182
        templist.append(_("All"))
182
183
        self.categories_liststore.append(templist)