mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 09:49:26 +00:00
Change the type of the dialog that show when an invalid remote provisioning URI has been entered
This commit is contained in:
parent
d6bccae005
commit
bba243e32e
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ void linphone_gtk_config_uri_changed(GtkWidget *button){
|
|||
} else {
|
||||
GtkWidget *dialog = gtk_message_dialog_new(GTK_WINDOW(w),
|
||||
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
GTK_MESSAGE_INFO,
|
||||
GTK_MESSAGE_ERROR,
|
||||
GTK_BUTTONS_OK,
|
||||
_("Invalid remote provisioning URI"));
|
||||
g_signal_connect_swapped(G_OBJECT(dialog), "response", G_CALLBACK(gtk_widget_destroy), dialog);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue