After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654958 - Missing 5min-timestamps
Missing 5min-timestamps
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Chat themes
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2011-07-20 11:42 UTC by Paul van Tilburg
Modified: 2011-08-01 11:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
chat_text_maybe_append_date_and_time: compute the right delta between timestamps (1.13 KB, patch)
2011-08-01 11:12 UTC, Guillaume Desmottes
committed Details | Review

Description Paul van Tilburg 2011-07-20 11:42:15 UTC
Since Empathy 3.1.1 (this is a bit of a guess/estimation) timestamps are no longer printed/inserted every 5 minutes when using the Classic chat theme.
To even rougly find out when someone is said something one has to use the Previous Converstations dialog.
More importantly, if one opens a chat window, it is hard to detect after a while which text was part of a previous conversation and which of a current one.
Comment 1 Paul van Tilburg 2011-07-20 11:42:55 UTC
I would have expected that there was a bug report for this already, since I know quite a few people who were complaining about this!
Comment 2 Guillaume Desmottes 2011-08-01 11:12:12 UTC
Created attachment 192977 [details] [review]
chat_text_maybe_append_date_and_time: compute the right delta between timestamps

The first argument of g_date_time_difference() should be the older timestamp.
Comment 3 Guillaume Desmottes 2011-08-01 11:14:44 UTC
Attachment 192977 [details] pushed as 4651fb3 - chat_text_maybe_append_date_and_time: compute the right delta between timestamps