Attaching the patch would be useful indeed. Perhaps I should turn on
gmail's forgotten attachment detector :)
--Benson Tsai
On Tue, Feb 10, 2009 at 03:08, Andre Duffeck <[email protected]> wrote:
> Am Dienstag, 10. Februar 2009 07:05:41 schrieb Benson Tsai:
>> Hello all,
>> Heres a small one line patch to correct a bad behavior of the rich text
>> editor.
>
> Did you forget to attach the patch?
>
> Andre
> _______________________________________________
> kopete-devel mailing list
> [email protected]
> https://mail.kde.org/mailman/listinfo/kopete-devel
>
diff --git kopete/kopete/chatwindow/kopeterichtextwidget.cpp kopete/kopete/chatwindow/kopeterichtextwidget.cpp
index 900c695..6af5b81 100644
--- kopete/kopete/chatwindow/kopeterichtextwidget.cpp (revision 924006)
+++ kopete/kopete/chatwindow/kopeterichtextwidget.cpp (working copy)
@@ -323,7 +323,7 @@ void KopeteRichTextWidget::updateTextFormat()
d->updating = true;
QTextCursor cursor = textCursor();
cursor.beginEditBlock();
- cursor.select(QTextCursor::WordUnderCursor);
+ cursor.select(QTextCursor::Document);
cursor.mergeCharFormat(d->desiredFormat);
mergeCurrentCharFormat(d->desiredFormat);
cursor.endEditBlock();
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel