Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
e9e0a759
Verified
Commit
e9e0a759
authored
Jan 19, 2022
by
Eugene Popov
🇺🇦
Committed by
Fushan Wen
Mar 29, 2022
Browse files
Revert "[klipper] Use full text for DBus return values"
This reverts commit
2db375f6
.
parent
109cfac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
klipper/klipper.cpp
View file @
e9e0a759
...
...
@@ -837,7 +837,7 @@ QString Klipper::getClipboardHistoryItem(int i)
if
(
item
)
{
do
{
if
(
i
--
==
0
)
{
return
item
->
mimeData
()
->
text
();
return
item
->
text
();
}
item
=
history
()
->
find
(
item
->
next_uuid
());
}
while
(
item
!=
history
()
->
first
());
...
...
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