Changeset 204
- Timestamp:
- 04/09/2008 10:40:46 PM (9 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (2 props)
-
plwm/menu.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-id:v3-trunk0
-
old new 1 1 158 david.bronke@g33xnexus.com-20080410033651-t6ztiogf838wo17v 2 159 david.bronke@g33xnexus.com-20080410034128-d43u08egfhaailvr
-
- Property bzr:revision-info
-
old new 1 timestamp: 2008-04-09 23: 36:51.361999989-04001 timestamp: 2008-04-09 23:41:28.957999945 -0400 2 2 committer: David Bronke <David.Bronke@g33xnexus.com> 3 3 properties:
-
- Property bzr:revision-id:v3-trunk0
-
trunk/plwm/menu.py
r202 r204 101 101 x = self.wm.current_screen.root_x + \ 102 102 self.wm.current_screen.root_width/2-self.width/2 103 y = self.wm.current_screen.root_ x+ \103 y = self.wm.current_screen.root_y + \ 104 104 self.wm.current_screen.root_height/2-self.height/2 105 105
