GNOME Bugzilla – Bug 682358
gui: simplify code when open or closing streams
Last modified: 2012-08-21 16:28:58 UTC
ekiga_call_window_channels_menu_update_sensitivity () obsoleted one of its parameters, but it was still computed before calling the function. This patch simplifies the functions on_stream_opened_cb() and on_stream_closed_cb() removing dead code and unused variables.
Created attachment 222003 [details] [review] gui: simplify code when open or closing streams ekiga_call_window_channels_menu_update_sensitivity () obsoleted one of its parameters, but it was still computed before calling the function. This patch simplifies the functions on_stream_opened_cb() and on_stream_closed_cb() removing dead code and unused variables.
Created attachment 222029 [details] [review] gui: simplify code when open or closing streams ekiga_call_window_channels_menu_update_sensitivity () obsoleted one of its parameters, but it was still computed before calling the function. This patch simplifies the functions on_stream_opened_cb() and on_stream_closed_cb() removing dead code and unused variables.
Committed, thank you! http://git.gnome.org/browse/ekiga/commit/?id=9f0c1bb57b.