Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
9da0b8a3
Commit
9da0b8a3
authored
Sep 09, 2011
by
Tristan Matthews
Browse files
gnome: fix calls to sflphone_fill_codec_list_per_account
fixes regression from
561492a9
parent
297e2e2f
Changes
1
Show whitespace changes
Inline
Side-by-side
gnome/src/config/accountconfigdialog.c
View file @
9da0b8a3
...
...
@@ -1240,7 +1240,7 @@ void show_account_window(account_t * currentAccount)
currentAccount
->
properties
=
dbus_get_account_details
(
NULL
);
currentAccount
->
accountID
=
g_strdup
(
"new"
);
//FIXME : replace with NULL for new accounts
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"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment