[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kopete-devel
Subject:    Re: [Kopete-devel] 0.4 release
From:       Juanjo Alvarez <juanjux () yahoo ! es>
Date:       2002-05-18 21:29:29
[Download RAW message or body]

Someone with CVS acess please change this in kopetechatwindow.cpp (I'm
not making a patch to it because is too simple) to made the CW honor que
option to use a singlelineedit:

----
Remove: 

(in kopetechatwindow.cpp, 78):

m_chatMsg = new KopeteEditor( KopeteEditor::Single : KopeteEditor::Multi, m_splitter, \
"m_chatMsg" );

Add:

KGlobal::config()->setGroup("Appearance");
m_chatMsg = new KopeteEditor( \
KGlobal::config()->readBoolEntry("SendMessageEnter",false) ? KopeteEditor::Single : \
                KopeteEditor::Multi, m_splitter, "m_chatMsg" );
----

Thanks,
        Juanjo

_______________________________________________
Kopete-devel mailing list
Kopete-devel@mail.kde.org
http://mail.kde.org/mailman/listinfo/kopete-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic