Changeset 169
- Timestamp:
- 05/10/08 01:40:22 (8 months ago)
- Files:
-
- trunk/pycawm/client.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pycawm/client.py
r166 r169 830 830 self.desktop.clients.remove(self) 831 831 832 # the client will be on a non-current desktop 833 if self.on_current_desktop(): 834 # make it non-visible now! 835 self.hide() 836 832 837 self.desktop = desktop 833 838 # insert client at the right place in the new desktop
