Bug 172052 - Default text format is not stored for MSN chats
Summary: Default text format is not stored for MSN chats
Status: RESOLVED DUPLICATE of bug 168994
Alias: None
Product: kopete
Classification: Unmaintained
Component: MSN Plugin (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-02 21:22 UTC by Eduard Ereza Martínez
Modified: 2008-10-18 23:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eduard Ereza Martínez 2008-10-02 21:22:36 UTC
Version:           0.60.2 (using KDE 4.1.1)
OS:                Linux
Installed from:    Ubuntu Packages

Kopete does not retain text format within chat sessions. If I set text format to Bold and text color to blue by selecting "Set Default Text Color" and "Set Default Font" on the chat window, it does set it and I can continue the chat with that format. It also writes it to the kopeterc configuration file:

[RichTextEditor]
EditAlignment=1
Font=DejaVu Sans,9,-1,0,75,0,0,0,0,0
FontBold=true
FontItalic=false
FontSize=9
FontUnderline=false
TextColor=0,0,255

But if I close the window and open it again, or if I quit and start again Kopete, the configuration is ignored and (if the file is writable) overwritten:

[RichTextEditor]
EditAlignment=1
Font=DejaVu Sans,9,-1,0,50,0,0,0,0,0
FontBold=false
FontItalic=false
FontSize=9
FontUnderline=false
TextColor=0,0,0

This means it's not possible to have a default text format for MSN chats. Well, it is, but defining it every time you open a new chat window.

Thanks for your time.
Comment 1 Cyrill Helg 2008-10-18 14:05:02 UTC
I think this is fixed with my patch here: https://bugs.kde.org/show_bug.cgi?id=168994
Comment 2 Roman Jarosz 2008-10-18 23:27:23 UTC

*** This bug has been marked as a duplicate of bug 168994 ***