Ignore:
Timestamp:
08/06/09 08:32:18 (3 years ago)
Author:
marc
Message:

First try at backport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release/0.2/screenshot.py

    r295 r324  
    5151        self.currentwindowfailed = False 
    5252 
    53         #: Final absolute path to the screenshot file 
    54         self.shotFile = os.path.join(self.configuration['screenshot']['path'], 'itakashot.%s' % (self.configuration['screenshot']['format'])) 
    55          
    5653        self.rootscreen = gtk.gdk.screen_get_default() 
    5754        self.rootwindow = gtk.gdk.get_default_root_window() 
     
    10198         
    10299        self.configuration = self.gui.configuration 
     100 
     101        #: Final absolute path to the screenshot file 
     102        self.shot_file = os.path.join(self.configuration['screenshot']['path'], 'itakashot.%s' % (self.configuration['screenshot']['format'])) 
    103103 
    104104        if self.configuration['screenshot']['currentwindow'] and not self.itakaglobals.system == 'nt': 
Note: See TracChangeset for help on using the changeset viewer.