Show
Ignore:
Timestamp:
02/06/07 20:54:30 (22 months ago)
Author:
asterix
Message:

merge diff from trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11/src/conversation_textview.py

    r7888 r7940  
    748748                # number of days since epoch for message (in GMT) 
    749749                diff_day = int(timegm(time.localtime())) / 86400 -\ 
    750                          int(timegm(tim)) / 86400 
     750                        int(timegm(tim)) / 86400 
    751751                if diff_day == 0: 
    752752                        day_str = ''