Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-gnome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-gnome
Commits
d7aee36e
Commit
d7aee36e
authored
Nov 21, 2020
by
Sébastien Blin
Committed by
Adrien Béraud
Nov 23, 2020
Browse files
Options
Downloads
Patches
Plain Diff
messagingview: do not show busy view for SIP account
Change-Id: Ic88c6fae808a97fc357e1168d4e9f4ac72aa73ab GitLab:
#1026
parent
7c81f5fc
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mainwindow.cpp
+3
-3
3 additions, 3 deletions
src/mainwindow.cpp
with
3 additions
and
3 deletions
src/mainwindow.cpp
+
3
−
3
View file @
d7aee36e
...
...
@@ -2492,10 +2492,10 @@ void
CppImpl
::
slotShowLeaveMessageView
(
lrc
::
api
::
conversation
::
Info
conv
)
{
auto
*
current_view
=
gtk_bin_get_child
(
GTK_BIN
(
widgets
->
frame_call
));
if
(
IS_INCOMING_CALL_VIEW
(
current_view
))
{
if
(
IS_INCOMING_CALL_VIEW
(
current_view
)
&&
accountInfo_
->
profileInfo
.
type
!=
lrc
::
api
::
profile
::
Type
::
SIP
)
incoming_call_view_let_a_message
(
INCOMING_CALL_VIEW
(
current_view
),
conv
);
}
}
void
CppImpl
::
slotShowCallView
(
const
std
::
string
&
id
,
lrc
::
api
::
conversation
::
Info
origin
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment