GNOME Bugzilla – Bug 166728
meta_display_set_input_focus_window called with a timestamp of 0
Last modified: 2005-02-09 03:15:31 UTC
I am getting the "Window manager warning: meta_display_set_input_focus_window called with a timestamp of 0 for window 0x480001b (Bug List). This shouldn't happen!" warning quite a bit when opening urls with galeon. This appears to be because we use gtk_window_present() outside a gtk event, so it passes a 0 time to the window manager. Testcase coming up.
Created attachment 37215 [details] testcase
Created attachment 37216 [details] Metacity verbose log This is the metacity verbose log from where the error happens.
Created attachment 37217 [details] [review] If we're not passed a timestamp, we need to get one (just like we did in good 'ol bug bug 152000)
committed.