Skip to content
Snippets Groups Projects
Commit 9da0b8a3 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

gnome: fix calls to sflphone_fill_codec_list_per_account

fixes regression from 561492a9
parent 297e2e2f
Branches
Tags
No related merge requests found
...@@ -1240,7 +1240,7 @@ void show_account_window(account_t * currentAccount) ...@@ -1240,7 +1240,7 @@ void show_account_window(account_t * currentAccount)
currentAccount->properties = dbus_get_account_details(NULL); currentAccount->properties = dbus_get_account_details(NULL);
currentAccount->accountID = g_strdup("new"); //FIXME : replace with NULL for new accounts currentAccount->accountID = g_strdup("new"); //FIXME : replace with NULL for new accounts
currentAccount->credential_information = NULL; currentAccount->credential_information = NULL;
sflphone_fill_codec_list_per_account(&currentAccount); sflphone_fill_codec_list_per_account(currentAccount);
} }
dialog = GTK_DIALOG(gtk_dialog_new_with_buttons(_("Account settings"), dialog = GTK_DIALOG(gtk_dialog_new_with_buttons(_("Account settings"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment