Changeset 7940 for branches/gajim_0.11/src/history_window.py
- Timestamp:
- 02/06/07 20:54:30 (22 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/src/history_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/src/history_window.py
r7829 r7940 298 298 this function is called in a timeout just after expanded state changes''' 299 299 parent = widget.get_parent() # vbox 300 if not parent: 301 # Windows closed since we launch timeout 302 return 300 303 expanded = widget.get_expanded() 301 304 w, h = self.window.get_size()
