mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
hold_call disabled in conf
set minimum size to contact list
This commit is contained in:
parent
dd0bb74c0a
commit
dd1a451c36
2 changed files with 4 additions and 2 deletions
|
|
@ -701,9 +701,11 @@ void linphone_gtk_in_call_view_set_in_call(LinphoneCall *call){
|
|||
if (in_conf){
|
||||
linphone_gtk_set_in_conference(call);
|
||||
gtk_widget_set_sensitive(linphone_gtk_get_widget(callview,"incall_mute"),FALSE);
|
||||
gtk_widget_set_sensitive(linphone_gtk_get_widget(callview,"hold_call"),FALSE);
|
||||
}else{
|
||||
linphone_gtk_unset_from_conference(call); /*in case it was previously*/
|
||||
gtk_widget_set_sensitive(linphone_gtk_get_widget(callview,"incall_mute"),TRUE);
|
||||
gtk_widget_set_sensitive(linphone_gtk_get_widget(callview,"hold_call"),TRUE);
|
||||
}
|
||||
gtk_widget_show_all(linphone_gtk_get_widget(callview,"buttons_panel"));
|
||||
if (!in_conf) gtk_widget_show_all(linphone_gtk_get_widget(callview,"record_hbox"));
|
||||
|
|
|
|||
|
|
@ -1118,7 +1118,7 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkHPaned" id="hpaned1">
|
||||
<object class="GtkHPaned" id="central_paned">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<child>
|
||||
|
|
@ -1231,7 +1231,7 @@
|
|||
</object>
|
||||
<packing>
|
||||
<property name="resize">False</property>
|
||||
<property name="shrink">True</property>
|
||||
<property name="shrink">False</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue