]> git.0d.be Git - empathy.git/commit
CallWindow: check the video exists before showing it
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Fri, 22 Jul 2011 10:40:51 +0000 (11:40 +0100)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Mon, 25 Jul 2011 11:47:24 +0000 (12:47 +0100)
commit5a591d49c2ce331c79247fa868a856fa2494196d
tree0cea0cfb46c449ceb4b47f7040a6ac8654fee893
parent2a84ffe088258126169ae7d91806d32cab199286
CallWindow: check the video exists before showing it

Since empathy_call_window_show_video_output_cb() is called
in an idle thread, it's possible that the video is removed
before the function is executed, so check if it's still there
before showing it.
src/empathy-call-window.c