remote provisioning sounds working good in GTK app

This commit is contained in:
Simon Morlat 2014-02-12 19:42:41 +01:00
parent 931c8ade5f
commit 233061e839
2 changed files with 2 additions and 1 deletions

View file

@ -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);
}
}

View file

@ -77,4 +77,4 @@ test_suite_t remote_provisioning_test_suite = {
NULL,
sizeof(remote_provisioning_tests) / sizeof(remote_provisioning_tests[0]),
remote_provisioning_tests
};
};