Show
Ignore:
Timestamp:
11/30/06 05:39:56 (2 years ago)
Author:
erijo
Message:

Patch from Anders Olofsson to add option to hide "user has joined/left conversation" messages. Closes #1442.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/mainwin.cpp

    r4791 r4792  
    430430  licqConf.ReadBool("TabbedChatting", m_bTabbedChatting, true); 
    431431  licqConf.ReadBool("ShowHistory", m_bShowHistory, true); 
     432  licqConf.ReadBool("ShowNotices", m_showNotices, true); 
    432433  licqConf.ReadBool("AutoPosReplyWin", m_bAutoPosReplyWin, true); 
    433434  licqConf.ReadBool("AutoSendThroughServer", m_bAutoSendThroughServer, false); 
     
    35723573  licqConf.WriteBool("TabbedChatting", m_bTabbedChatting); 
    35733574  licqConf.WriteBool("ShowHistory", m_bShowHistory); 
     3575  licqConf.WriteBool("ShowNotices", m_showNotices); 
    35743576  licqConf.WriteBool("AutoPosReplyWin", m_bAutoPosReplyWin); 
    35753577  licqConf.WriteBool("AutoSendThroughServer", m_bAutoSendThroughServer);