Hello Jonas,
On Fri, 18 Mar 2005 13:18:42 +0100 Jonas Grote <[EMAIL PROTECTED]> wrote: > Hi! > Stupid thing, trying to add a msn user to the invisible list... but > anyway, if doing this, licq crashes: It is not a stupid thing, the GUI should not allow things are not supported.. Which version of licq actually? With current CVS I could not reproduce the crash but the visible and invisible groups are not supported for MSN contacts anyway IIRC. Could you try with the attached patch (against current CVS)? This disable visible/invisible groups from the context menu (MSN only). Index: mainwin.cpp =================================================================== RCS file: /cvsroot/licq/qt-gui/src/mainwin.cpp,v retrieving revision 1.349 diff -u -1 -b -p -r1.349 mainwin.cpp --- mainwin.cpp 7 Mar 2005 13:26:59 -0000 1.349 +++ mainwin.cpp 18 Mar 2005 13:37:38 -0000 @@ -3179,2 +3179,4 @@ void CMainWindow::FillUserGroup() mnuGroup->setItemChecked(1000+GROUP_NEW_USERS, u->NewUser()); + mnuGroup->setItemEnabled(1000+GROUP_VISIBLE_LIST, (m_nUserMenuPPID != MSN_PPID)); + mnuGroup->setItemEnabled(1000+GROUP_INVISIBLE_LIST, (m_nUserMenuPPID != MSN_PPID)); Regards, -- wwp
licq-CVS-20050318-no_visible_invisible_groups_for_msn_contacts.patch
Description: Binary data