Changeset 7940 for branches/gajim_0.11/src/conversation_textview.py
- Timestamp:
- 02/06/07 20:54:30 (22 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/src/conversation_textview.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/src/conversation_textview.py
r7888 r7940 748 748 # number of days since epoch for message (in GMT) 749 749 diff_day = int(timegm(time.localtime())) / 86400 -\ 750 int(timegm(tim)) / 86400750 int(timegm(tim)) / 86400 751 751 if diff_day == 0: 752 752 day_str = ''
