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
31069e92
Commit
31069e92
authored
Sep 27, 2005
by
jpbl
Browse files
the OK button calls only if the line has a non-empty buffer
parent
9465a5e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gui/official/PhoneLine.cpp
View file @
31069e92
...
...
@@ -102,7 +102,9 @@ PhoneLine::sendKey(Qt::Key c)
void
PhoneLine
::
call
()
{
call
(
mBuffer
);
if
(
mBuffer
.
size
())
{
call
(
mBuffer
);
}
}
void
...
...
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