diff options
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/distinfo | 6 | ||||
-rw-r--r-- | editors/tea/files/patch-document.cpp | 11 |
2 files changed, 3 insertions, 14 deletions
diff --git a/editors/tea/distinfo b/editors/tea/distinfo index ab84388a7c22..8be701b5e560 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495472873 -SHA256 (tea-44.0.0.tar.bz2) = 3d4c4744b69ebe087e6947bd778a420db7fc5576c64f25a2962211f944c92dc1 -SIZE (tea-44.0.0.tar.bz2) = 404751 +TIMESTAMP = 1495728392 +SHA256 (tea-44.0.0.tar.bz2) = c7a7a6777a816bfce006852040abfc9fe72669301eaa637b7cde8c00ad05fe85 +SIZE (tea-44.0.0.tar.bz2) = 420495 diff --git a/editors/tea/files/patch-document.cpp b/editors/tea/files/patch-document.cpp deleted file mode 100644 index eedd21ddd106..000000000000 --- a/editors/tea/files/patch-document.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- document.cpp.orig 2017-05-22 17:41:11 UTC -+++ document.cpp -@@ -2570,7 +2570,7 @@ void CTEAEdit::rect_sel_cut (bool just_d - cursor.endEditBlock(); - - if (! just_del) -- QApplication::clipboard()->setText (sl_copy.join ('\n')); -+ QApplication::clipboard()->setText (sl_copy.join ("\n")); - } - - |