summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/licq/files/1.3.0-save_koloboks.patch')
-rw-r--r--net-im/licq/files/1.3.0-save_koloboks.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-im/licq/files/1.3.0-save_koloboks.patch b/net-im/licq/files/1.3.0-save_koloboks.patch
new file mode 100644
index 000000000000..8119c9bfd5b3
--- /dev/null
+++ b/net-im/licq/files/1.3.0-save_koloboks.patch
@@ -0,0 +1,18 @@
+--- src/mainwin.cpp 2005-07-14 22:37:55.000000000 +0400
++++ src/mainwin.cpp 2005-07-14 22:55:57.000000000 +0400
+@@ -441,6 +441,7 @@
+ licqConf.ReadBool("AutoPosReplyWin", m_bAutoPosReplyWin, true);
+ licqConf.ReadBool("AutoSendThroughServer", m_bAutoSendThroughServer, false);
+ licqConf.ReadBool("EnableMainwinMouseMovement", m_bEnableMainwinMouseMovement, true);
++ licqConf.ReadBool("ShowEmoticons", m_bShowKoloboks, true);
+ licqConf.ReadNum("ChatMessageStyle", m_nMsgStyle, 0);
+ licqConf.ReadBool("ChatAppendLinebreak", m_bAppendLineBreak, true);
+ licqConf.ReadBool("FlashTaskbar", m_bFlashTaskbar, true);
+@@ -3549,6 +3550,7 @@
+ licqConf.WriteBool("AutoPosReplyWin", m_bAutoPosReplyWin);
+ licqConf.WriteBool("AutoSendThroughServer", m_bAutoSendThroughServer);
+ licqConf.WriteBool("EnableMainwinMouseMovement", m_bEnableMainwinMouseMovement);
++ licqConf.WriteBool("ShowEmoticons", m_bShowKoloboks);
+ licqConf.WriteBool("FlashTaskbar", m_bFlashTaskbar);
+
+ licqConf.WriteNum("ChatMessageStyle", m_nMsgStyle);