GNOME Bugzilla – Bug 656911
Asserts when you drag the preview out of the window
Last modified: 2011-08-30 09:49:44 UTC
I dragged the preview out of the call window and got an assertion. It doesn't always happen but is fairly easy to reproduce. (empathy-call:20081): empathy-CRITICAL **: empathy_call_window_get_preview_position: assertion `clutter_actor_has_allocation (self->priv->video_box)' failed
Created attachment 195170 [details] [review] CallWindow: don't spit unnecessary criticals There's no guarantee that an actor has an allocation all the time, so gracefully handle the case when it doesn't.
Attachment 195170 [details] pushed as 5cdfd1e - CallWindow: don't spit unnecessary criticals