Autor: Piotr 'Pedrito' Pass Description: A oneliner which adds "Group" contextmenu item for contacts not in list. Useful to add then without authorizing and without having to drag them with mouse. diff -ur psi-0.10-test3 psi-0.10-test3-pedrito --- psi-0.10-test3/src/contactview.cpp 2005-12-10 01:33:32.000000000 +0100 +++ psi-0.10-test3-pedrito/src/contactview.cpp 2005-12-10 01:32:52.000000000 +0100 @@ -1181,7 +1181,7 @@ } if(!isAgent) { - if(inList && !option.lockdown.roster) { + if(!option.lockdown.roster) { QPopupMenu *gm = new QPopupMenu(&pm); gm->setCheckable(true);