Changeset 8607 for branches/gajim_0.11.1/src/common
- Timestamp:
- 08/30/07 00:05:28 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/common/helpers.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/helpers.py
r8601 r8607 463 463 def play_sound_file(path_to_soundfile): 464 464 if path_to_soundfile == 'beep': 465 print '\a' # make a speaker beep465 exec_command('beep') 466 466 return 467 467 if path_to_soundfile is None or not os.path.exists(path_to_soundfile):
