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
1379f0ab
Commit
1379f0ab
authored
Apr 15, 2010
by
Alexandre Savard
Browse files
[#2926] Code clean up
parent
0137a3b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-client-gnome/src/callable_obj.c
View file @
1379f0ab
...
...
@@ -183,7 +183,7 @@ void create_new_call_from_details (const gchar *call_id, GHashTable *details, ca
else
state
=
CALL_STATE_FAILURE
;
create_new_call
(
CALL
,
state
,
(
gchar
*
)
call_id
,
accountID
,
peer_name
,
peer_number
,
&
new_call
);
create_new_call
(
CALL
,
state
,
(
gchar
*
)
call_id
,
accountID
,
peer_name
,
call_get_
peer_number
(
peer_number
)
,
&
new_call
);
*
call
=
new_call
;
}
...
...
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