summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils/copynpaste.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp
index 5105d38e5..3e9e09a5c 100644
--- a/src/utils/copynpaste.cpp
+++ b/src/utils/copynpaste.cpp
@@ -413,6 +413,7 @@ bool sendBuffer(std::string& text)
{
runxsel(text, "-i");
runxsel(text, "-b", "-i");
+ return true;
}
bool runxsel(std::string& text, const char *p1, const char *p2)