Changeset 324 for branches/release/0.2/screenshot.py
- Timestamp:
- 08/06/09 08:32:18 (3 years ago)
- File:
-
- 1 edited
-
branches/release/0.2/screenshot.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release/0.2/screenshot.py
r295 r324 51 51 self.currentwindowfailed = False 52 52 53 #: Final absolute path to the screenshot file54 self.shotFile = os.path.join(self.configuration['screenshot']['path'], 'itakashot.%s' % (self.configuration['screenshot']['format']))55 56 53 self.rootscreen = gtk.gdk.screen_get_default() 57 54 self.rootwindow = gtk.gdk.get_default_root_window() … … 101 98 102 99 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'])) 103 103 104 104 if self.configuration['screenshot']['currentwindow'] and not self.itakaglobals.system == 'nt':
Note: See TracChangeset
for help on using the changeset viewer.

