From 8f3da9f68a10ff142c5150f06236368449ab2512 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 3 Sep 2009 20:58:19 -0400 Subject: [PATCH] Use meta_window_set_user_time for setting user time consistently This is a followup to making user-time a GObject property, this way we get notifications. --- src/core/display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/display.c b/src/core/display.c index 9fcdd22f2..0f92edba0 100644 --- a/src/core/display.c +++ b/src/core/display.c @@ -5111,9 +5111,9 @@ sanity_check_timestamps (MetaDisplay *display, meta_warning ("%s appears to be one of the offending windows " "with a timestamp of %u. Working around...\n", window->desc, window->net_wm_user_time); - window->net_wm_user_time = timestamp; + meta_window_set_user_time (window, timestamp); } - + tmp = tmp->next; }