forked from mirrors/linphone-iphone
remote provisioning sounds working good in GTK app
This commit is contained in:
parent
931c8ade5f
commit
233061e839
2 changed files with 2 additions and 1 deletions
|
|
@ -72,6 +72,7 @@ void linphone_gtk_close_config_fetching(GtkWidget *w, LinphoneConfiguringState s
|
|||
if (state==LinphoneConfiguringFailed){
|
||||
GtkWidget *msg=gtk_message_dialog_new(NULL,0,GTK_MESSAGE_ERROR,GTK_BUTTONS_CLOSE,_("Downloading of remote configuration from %s failed."),
|
||||
linphone_core_get_provisioning_uri(lc));
|
||||
g_signal_connect(G_OBJECT(msg),"response",(GCallback)gtk_widget_destroy,NULL);
|
||||
gtk_widget_show(msg);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,4 +77,4 @@ test_suite_t remote_provisioning_test_suite = {
|
|||
NULL,
|
||||
sizeof(remote_provisioning_tests) / sizeof(remote_provisioning_tests[0]),
|
||||
remote_provisioning_tests
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue