~flimm/epidermis/icon-theme-bugfix

« back to all changes in this revision

Viewing changes to epidermis/pigments/xsplash_hack.py

  • Committer: David D Lowe
  • Date: 2011-04-25 23:21:26 UTC
  • Revision ID: daviddlowe.flimm@gmail.com-20110425232126-5i1fca3mdr6t5hh7
Fixed some bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    themeFiles = ("bg_1024x768.jpg","bg_1440x900.jpg","bg_1920x1200.jpg","bg_800x600.jpg","logo_medium.png","logo_xtra_large.png","throbber_large.png","throbber_small.png",
39
39
        "bg_1280x1024.jpg","bg_1680x1050.jpg","bg_2560x1600.jpg","logo_large.png","logo_small.png","throbber_medium.png","throbber_xtra_large.png")
40
40
    
41
 
    @classmethod
42
 
    def does_system_support_me(klass):
 
41
    @staticmethod
 
42
    def does_system_support_me():
43
43
        return os.path.exists("/usr/bin/xsplash")
44
44
        
45
45