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

[#2382] Fix switching interaface instabilities

parent 6a1ac742
No related branches found
No related tags found
No related merge requests found
......@@ -719,7 +719,6 @@ GtkWidget * create_advanced_tab(account_t **a)
gtk_list_store_append(ipInterfaceListStore, &iter );
gtk_list_store_set(ipInterfaceListStore, &iter, 0, *iface, -1 );
current_local_address_iter = iter;
if (g_strcmp0(*iface, local_address) == 0) {
DEBUG("Setting active local address combo box");
current_local_address_iter = iter;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment