Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
cf65a0f6
Commit
cf65a0f6
authored
Apr 26, 2013
by
Margaux Clerc
Browse files
hold_call disabled in conf
set minimum size to contact list
parent
ff0f3964
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gtk/incall_view.c
gtk/incall_view.c
+2
-0
gtk/main.ui
gtk/main.ui
+2
-2
No files found.
gtk/incall_view.c
View file @
cf65a0f6
...
...
@@ -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"
));
...
...
gtk/main.ui
View file @
cf65a0f6
...
...
@@ -1118,7 +1118,7 @@
</packing>
</child>
<child>
<object
class=
"GtkHPaned"
id=
"
h
paned
1
"
>
<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"
>
Tru
e
</property>
<property
name=
"shrink"
>
Fals
e
</property>
</packing>
</child>
<child>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment