Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
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-windows
Commits
9c9d46b4
Commit
9c9d46b4
authored
6 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
fix crash during incoming call and in settings
Change-Id: Ifad1befa716beb165deff95908899553095e0925
parent
00febbae
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
callwidget.cpp
+1
-2
1 addition, 2 deletions
callwidget.cpp
with
1 addition
and
2 deletions
callwidget.cpp
+
1
−
2
View file @
9c9d46b4
...
...
@@ -485,9 +485,8 @@ CallWidget::showConversationView()
void
CallWidget
::
selectSmartlistItem
(
const
std
::
string
&
convUid
)
{
if
(
convUid
.
empty
()
)
{
if
(
convUid
.
empty
()
||
!
ui
->
smartList
->
selectionModel
())
return
;
}
ui
->
smartList
->
selectionModel
()
->
setCurrentIndex
(
QModelIndex
(),
QItemSelectionModel
::
Deselect
);
auto
convModel
=
LRCInstance
::
getCurrentConversationModel
();
auto
conversation
=
Utils
::
getConversationFromUid
(
convUid
,
*
convModel
);
...
...
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
register
or
sign in
to comment