Do not show event box window in the call history tab.

This commit is contained in:
Ghislain MARY 2015-10-23 11:31:51 +02:00
parent 141098e434
commit d39ba6f347

View file

@ -829,6 +829,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
<property name="visible_window">False</property>
<signal name="button-press-event" handler="linphone_gtk_call_log_reset_missed_call" swapped="no"/>
<child>
<object class="GtkHBox" id="history_tab_hbox">