Changeset 9324 for trunk/src/roster_window.py
- Timestamp:
- 02/13/08 08:14:06 (9 months ago)
- Files:
-
- 1 modified
-
trunk/src/roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/roster_window.py
r9305 r9324 5621 5621 st = gajim.config.get('set_status_msg_from_current_music_track') 5622 5622 if st: 5623 gobject.timeout_add (1000,5623 gobject.timeout_add_seconds(1, 5624 5624 self.enable_syncing_status_msg_from_current_music_track, st) 5625 5625 else: 5626 gobject.timeout_add (1000,5626 gobject.timeout_add_seconds(1, 5627 5627 self.enable_syncing_status_msg_from_lastfm, 5628 5628 gajim.config.get('set_status_msg_from_lastfm'))
