-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Monday 25 November 2002 21:34, Thomas Reitelbach wrote:
> Hello,
>
> there is a bug with the new extended icons support, and i have no time to
> fix this right now :(
> if you choose a different extended icon set (i started created my own one)
> it will not get saved, next time licq is restartet the "basic" is reloaded
> and i have to select my own set again.
>
> sorry for only reporting and not fixing it, it's simply a lack of free time
> :(
... somehow i had a free minute...
here's the patch that fixes this issue.
Unbelieveable that adding only one line can have such a nice effect ;-)
And now it's time for me to say "bye" for the next two weeks, hopefully i'll
have a nice holiday in egypt :) Don't burn down my favourite icq client in
the meantime ;-)
Thomas
- --
There is no hunting like the hunting of man, and those who have hunted
armed men long enough and liked it, never care for anything else thereafter.
-- Ernest Hemingway
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE96Q5x+83LmoKU5MARAnlcAKCZCEKi2mEMRAZJGVUZfoUOR44dHwCgl0T1
X5fROX7vZdGH9CsZkeHV0MU=
=2pMj
-----END PGP SIGNATURE-----
Index: licq/plugins/qt-gui/src/mainwin.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/mainwin.cpp,v
retrieving revision 1.255
diff -u -3 -p -r1.255 mainwin.cpp
--- licq/plugins/qt-gui/src/mainwin.cpp 8 Nov 2002 00:59:11 -0000 1.255
+++ licq/plugins/qt-gui/src/mainwin.cpp 30 Nov 2002 19:06:10 -0000
@@ -2486,6 +2486,7 @@ void CMainWindow::saveOptions()
licqConf.SetSection("appearance");
licqConf.WriteStr("Skin", skin->szSkinName);
licqConf.WriteStr("Icons", m_szIconSet);
+ licqConf.WriteStr("ExtendedIcons", m_szExtendedIconSet);
#if QT_VERSION >= 300
licqConf.WriteStr("Font", qApp->font() == defaultFont ?
"default" : qApp->font().toString().latin1());