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
9465a5e9
Commit
9465a5e9
authored
Sep 27, 2005
by
jpbl
Browse files
fixed the misbehaviour of clear()
parent
e859631c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gui/official/PhoneLineManagerImpl.cpp
View file @
9465a5e9
...
...
@@ -189,7 +189,6 @@ PhoneLineManagerImpl::clear()
mCurrentLineMutex
.
lock
();
PhoneLine
*
selectedLine
=
mCurrentLine
;
PhoneLineLocker
guard
(
selectedLine
);
mCurrentLine
=
NULL
;
mCurrentLineMutex
.
unlock
();
if
(
selectedLine
)
{
...
...
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