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
5741ede7
Commit
5741ede7
authored
Jan 09, 2012
by
Simon Morlat
Browse files
fix compil warning and update ms2
parent
9c9588ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecore.h
View file @
5741ede7
...
...
@@ -1077,7 +1077,7 @@ void linphone_core_init_default_params(LinphoneCore*lc, LinphoneCallParams *para
/**
* True if tunnel support was compiled.
*/
bool_t
linphone_core_tunnel_available
();
bool_t
linphone_core_tunnel_available
(
void
);
/**
* Update tunnel using configuration.
...
...
gtk/propertybox.c
View file @
5741ede7
...
...
@@ -989,7 +989,7 @@ void linphone_gtk_show_parameters(void){
g_signal_connect
(
G_OBJECT
(
linphone_gtk_get_widget
(
pb
,
"proto_combo"
)),
"changed"
,(
GCallback
)
linphone_gtk_proto_changed
,
NULL
);
if
(
linphone_core_tunnel_available
(
lc
)){
if
(
linphone_core_tunnel_available
()){
gtk_widget_set_visible
(
GTK_WIDGET
(
linphone_gtk_get_widget
(
pb
,
"tunnel_edit_button"
)),
TRUE
);
gtk_widget_set_visible
(
GTK_WIDGET
(
linphone_gtk_get_widget
(
pb
,
"tunnel_label"
)),
TRUE
);
}
...
...
mediastreamer2
@
0d7553a3
Subproject commit
fdd6979fff77bf9dadf4fa89dd8466e8cc4fc87a
Subproject commit
0d7553a33aba3237f76b742a42af1802c3b74ec3
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