1
0
Fork 0

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,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;
}