Skip to content
Snippets Groups Projects
Commit 099b0a0f authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2383] Fix reopening account configuration display issue

parent b8ea389b
Branches
No related tags found
No related merge requests found
...@@ -703,11 +703,11 @@ GtkWidget * create_security_tab(account_t **a) ...@@ -703,11 +703,11 @@ GtkWidget * create_security_tab(account_t **a)
gtk_widget_size_request(GTK_WIDGET(table), &requisitionTable); gtk_widget_size_request(GTK_WIDGET(table), &requisitionTable);
gtk_widget_set_size_request(GTK_WIDGET(scrolledWindowCredential), requisitionTable.width, 120); gtk_widget_set_size_request(GTK_WIDGET(scrolledWindowCredential), requisitionTable.width, 120);
gtk_widget_show_all(ret);
same_as_local_cb(sameAsLocalRadioButton, NULL); same_as_local_cb(sameAsLocalRadioButton, NULL);
set_published_addr_manually_cb(publishedAddrRadioButton, NULL); set_published_addr_manually_cb(publishedAddrRadioButton, NULL);
gtk_widget_show_all(ret);
return ret; return ret;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment