Changeset 277 for trunk/screenshot.py
- Timestamp:
- 07/28/09 05:01:31 (3 years ago)
- File:
-
- 1 edited
-
trunk/screenshot.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/screenshot.py
r274 r277 56 56 self.current_window_failed = False 57 57 58 #: Final absolute path to the screenshot file59 self.shot_file = os.path.join(self.configuration['screenshot']['path'], 'itakashot.%s' % (self.configuration['screenshot']['format']))60 61 58 self.root_screen = gtk.gdk.screen_get_default() 62 59 self.root_window = gtk.gdk.get_default_root_window() … … 104 101 """ 105 102 106 # Get up to date configuration values everytime there is a request 107 103 # Get up to date configuration values and build shot file path everytime there is a request 108 104 self.configuration = self.gui.configuration 109 105 106 #: Final absolute path to the screenshot file 107 self.shot_file = os.path.join(self.configuration['screenshot']['path'], 'itakashot.%s' % (self.configuration['screenshot']['format'])) 108 110 109 if self.configuration['screenshot']['currentwindow'] and not self.itaka_globals.system == 'nt': 111 110 try:
Note: See TracChangeset
for help on using the changeset viewer.

