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.
This commit is contained in:
Colin Walters 2009-09-03 20:58:19 -04:00
parent 4c1998f137
commit 8f3da9f68a

View File

@ -5111,7 +5111,7 @@ sanity_check_timestamps (MetaDisplay *display,
meta_warning ("%s appears to be one of the offending windows " meta_warning ("%s appears to be one of the offending windows "
"with a timestamp of %u. Working around...\n", "with a timestamp of %u. Working around...\n",
window->desc, window->net_wm_user_time); window->desc, window->net_wm_user_time);
window->net_wm_user_time = timestamp; meta_window_set_user_time (window, timestamp);
} }
tmp = tmp->next; tmp = tmp->next;