]> git.0d.be Git - empathy.git/commitdiff
empathy_window_present: use gdk_x11_display_get_user_time as timestamp
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 11 Mar 2010 13:32:57 +0000 (14:32 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 15 Mar 2010 15:28:21 +0000 (16:28 +0100)
Using G_MAXINT32 is wrong because X clock wraps every few weeks so G_MAXINT32
is not garanteed to be in the past or future.
Using gdk_x11_display_get_user_time should give us a good approximation of the
actual time.

Fixes bug #609001.


No differences found