]> git.0d.be Git - empathy.git/commitdiff
empathy_window_present: use gtk_get_current_event_time() as default timestamp (#629922)
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 20 Sep 2010 11:31:06 +0000 (13:31 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 27 Sep 2010 13:32:06 +0000 (15:32 +0200)
libempathy-gtk/empathy-ui-utils.c

index 0a2d4f4f42064da35065ee1a851e958d6006c416..d07ea459d09af2a5629b9d226069fb6101b80501 100644 (file)
@@ -1614,7 +1614,7 @@ empathy_window_present_with_time (GtkWindow *window,
 void
 empathy_window_present (GtkWindow *window)
 {
-  empathy_window_present_with_time (window, GDK_CURRENT_TIME);
+  empathy_window_present_with_time (window, gtk_get_current_event_time ());
 }
 
 GtkWindow *