]> git.0d.be Git - empathy.git/commit
Call: Fix floating toolbar
authorSjoerd Simons <sjoerd@luon.net>
Sat, 19 May 2012 18:30:57 +0000 (20:30 +0200)
committerSjoerd Simons <sjoerd@luon.net>
Sat, 19 May 2012 18:30:57 +0000 (20:30 +0200)
commit001e077b3575d2525bb7354d78e0e25837db73e7
tree9738d9921ff9ac83611beebd28a5a9c6f45325e1
parent90bea18ba8c6b585f483aa902d66d08972d982dd
Call: Fix floating toolbar

Empathy needed to mark the toolbar actor as reactive otherwise it won't
be reactive to events (doh)...

And empathy needed to stop calling gdk_disable_multi_device().. Empathy
used to do this because it has to be called before GTK+ is initialized
and clutter-gtk only called after GTK+ was initialized by other function
in empathy. Unfortunately since clutter-gtk 1.1.2 instead of ensuring
event actually work with clutter-gtk calling this function will actually
break event handle (great fun!)..

Oh and also bump the clutter-gtk requirement to 1.1.2 to ensure we get
the right behaviour for events..

https://bugzilla.gnome.org/show_bug.cgi?id=670874
configure.ac
src/empathy-call-window.c
src/empathy-call.c