~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/image.py

  • Committer: Jan Jokela
  • Date: 2009-02-26 15:59:31 UTC
  • mfrom: (7.1.2 global_widget_fixes)
  • Revision ID: janjokela@gmail.com-20090226155931-kyz3gt9i9kwj5soe
Merged from branch containing improvements to 'Frame' widget

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
           width == self.texture.get_width() and \
133
133
           height == self.texture.get_height():
134
134
            return    
135
 
          
 
135
        
136
136
        source = os.path.splitext(self.source)[0]
137
137
        source_ext = os.path.splitext(self.source)[1]
138
138