~flimm/epidermis/icon-theme-bugfix

« back to all changes in this revision

Viewing changes to epidermis/pigments/icons.py

  • Committer: David D Lowe
  • Date: 2011-05-30 20:20:59 UTC
  • Revision ID: daviddlowe.flimm@gmail.com-20110530202059-rvrgf47vdmzrdoh8
Support icon themes, fixes bug #790359

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    
39
39
    @staticmethod
40
40
    def does_system_support_me():
41
 
        return False
 
41
        return True
42
42
 
43
43
    publicBaseDir = "/usr/share/icons"
44
44
    personalBaseDir = "~/.icons"