Changeset 7596
- Timestamp:
- 12/03/06 14:49:16 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gajim.py
r7586 r7596 1157 1157 {'from_address': gmessage['From']} 1158 1158 1159 if gajim.config.get_per('soundevents', 'gmail_received', 'enabled'): 1160 helpers.play_sound('gmail_received') 1159 1161 path = gtkgui_helpers.get_path_to_generic_or_avatar(img) 1160 helpers.play_sound('gmail_received')1161 1162 notify.popup(_('New E-mail'), jid, account, 'gmail', 1162 1163 path_to_image = path, title = title, text = text)
