GNOME Bugzilla – Bug 656566
Call toolbar shouldn't disappear when the call isn't connected
Last modified: 2011-08-22 16:41:59 UTC
When the call is connecting the toolbar giving the status shouldn't disappear. Simple.
And same with disconnecting.
I mean disconnected of course.
We need updated wireframes here to see the interaction between the status bar and the floating toolbar. We can certainly do this in the meantime though.
Created attachment 194199 [details] [review] CallWindow: don't hide the toolbar when not in a call
Review of attachment 194199 [details] [review]: Feel free to comment right away once you have added the comment. ::: src/empathy-call-window.c @@ +1279,3 @@ EmpathyCallWindow *self = data; + if (self->priv->call_state != CONNECTING && Add a comment explaining why we are doing that.
Added a comment and merged, thanks!
fwiw since I've updated the behaviour of the wireframes to reflect this. It has been changed in the latest call wireframes. http://nickr.org/linux/wireframes/empathy-video-chat-wireframes.pdf The toolbar should only be able to disappear when in an active call (this will also solve the issues with denied or failed calls losing their messages)