Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
120
Issues
120
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
9da0b8a3
Commit
9da0b8a3
authored
Sep 09, 2011
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gnome: fix calls to sflphone_fill_codec_list_per_account
fixes regression from
561492a9
parent
297e2e2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gnome/src/config/accountconfigdialog.c
gnome/src/config/accountconfigdialog.c
+1
-1
No files found.
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
Markdown
is supported
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