SOURCES: psi-settoggles-fix.patch - updated for psi 0.11
hawk
hawk at pld-linux.org
Sat Jan 26 00:35:07 CET 2008
Author: hawk Date: Fri Jan 25 23:35:07 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for psi 0.11
---- Files affected:
SOURCES:
psi-settoggles-fix.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/psi-settoggles-fix.patch
diff -u SOURCES/psi-settoggles-fix.patch:1.1 SOURCES/psi-settoggles-fix.patch:1.2
--- SOURCES/psi-settoggles-fix.patch:1.1 Thu Sep 16 15:54:00 2004
+++ SOURCES/psi-settoggles-fix.patch Sat Jan 26 00:35:02 2008
@@ -1,13 +1,12 @@
-diff -ru -X exclude psi-clean/src/psicon.cpp psi/src/psicon.cpp
---- psi-clean/src/psicon.cpp 2004-08-09 21:10:21.000000000 +0200
-+++ psi/src/psicon.cpp 2004-08-22 13:38:55.000000000 +0200
-@@ -915,8 +912,8 @@
+--- psi-0.11/src/psicon.cpp.orig 2007-10-14 16:00:53.000000000 +0200
++++ psi-0.11/src/psicon.cpp 2008-01-26 00:05:49.668941951 +0100
+@@ -918,8 +918,8 @@
void PsiCon::setToggles(bool tog_offline, bool tog_away, bool tog_agents, bool tog_hidden, bool tog_self)
{
-- if(d->listEnabled.count() > 1)
+- if(d->contactList->enabledAccounts().count() > 1)
- return;
-+// if(d->listEnabled.count() > 1)
++// if(d->contactList->enabledAccounts().count() > 1)
+// return;
d->mainwin->cvlist->setShowOffline(tog_offline);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/psi-settoggles-fix.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list