mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
fix the Beraudo's button, who lost its effect due proxy config edit/done refactoring.
This commit is contained in:
parent
43b61677f3
commit
ce537c3e1f
2 changed files with 2 additions and 8 deletions
|
|
@ -1022,13 +1022,7 @@ void linphone_gtk_used_identity_changed(GtkWidget *w){
|
|||
|
||||
void on_proxy_refresh_button_clicked(GtkWidget *w){
|
||||
LinphoneCore *lc=linphone_gtk_get_core();
|
||||
bctbx_list_t const *item=linphone_core_get_proxy_config_list(lc);
|
||||
while (item != NULL) {
|
||||
LinphoneProxyConfig *lpc=(LinphoneProxyConfig*)item->data;
|
||||
linphone_proxy_config_edit(lpc);
|
||||
linphone_proxy_config_done(lpc);
|
||||
item = item->next;
|
||||
}
|
||||
linphone_core_refresh_registers(lc);
|
||||
}
|
||||
|
||||
static gboolean grab_focus(GtkWidget *w){
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit c79c27297585f81a20bad994fc435a14722d43f8
|
||||
Subproject commit 0b60a94e940b8b0174fe30ec0f25037b5abe87fb
|
||||
Loading…
Add table
Reference in a new issue