mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 01:39:20 +00:00
Fix UI bug with transient windows
The dialog telling user to restart Linphone to apply the selected translation could not be close
This commit is contained in:
parent
9c36049bd4
commit
cb878f6c00
1 changed files with 1 additions and 1 deletions
|
|
@ -1238,7 +1238,7 @@ void linphone_gtk_lang_changed(GtkComboBox *combo){
|
|||
if (cur_lang==NULL) cur_lang="C";
|
||||
if (!lang_equals(cur_lang,code)){
|
||||
GtkWidget *dialog = gtk_message_dialog_new (GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(combo))),
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
GTK_MESSAGE_INFO,
|
||||
GTK_BUTTONS_CLOSE,
|
||||
"%s",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue