[leechcraft/f17] Fixing astrality

Minh Ngo ignotusp at fedoraproject.org
Sat Mar 17 23:37:56 UTC 2012


commit 89751271dce6215824794d484f9421ae9330f1d3
Author: Minh Ngo <nlminhtl at gmail.com>
Date:   Sun Mar 18 01:37:42 2012 +0200

    Fixing astrality

 leechcraft-for-gcc-4.7.0.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/leechcraft-for-gcc-4.7.0.patch b/leechcraft-for-gcc-4.7.0.patch
index 6d1c30a..4dd4426 100644
--- a/leechcraft-for-gcc-4.7.0.patch
+++ b/leechcraft-for-gcc-4.7.0.patch
@@ -1,3 +1,15 @@
+diff -ru ../leechcraft-0.5.60/src/plugins/azoth/plugins/astrality/protowrapper.cpp ./src/plugins/azoth/plugins/astrality/protowrapper.cpp
+--- ../leechcraft-0.5.60/src/plugins/azoth/plugins/astrality/protowrapper.cpp	2012-03-15 11:36:54.000000000 +0200
++++ ./src/plugins/azoth/plugins/astrality/protowrapper.cpp	2012-03-18 01:34:32.377695230 +0200
+@@ -74,7 +74,7 @@
+ 	{
+ 		QVariantMap params;
+ 		auto fpg = qobject_cast<AccountRegFirstPage*> (widgets.value (0));
+-		auto chSet = [&params, &ProtoInfo_] (QString param, QVariant value)
++		auto chSet = [&params, this] (QString param, QVariant value)
+ 		{
+ 			if (ProtoInfo_.hasParameter (param))
+ 				params [param] = value;
 diff -ru ../leechcraft-0.5.60/src/plugins/aggregator/core.cpp ./src/plugins/aggregator/core.cpp
 --- ../leechcraft-0.5.60/src/plugins/aggregator/core.cpp	2012-03-15 11:36:54.000000000 +0200
 +++ ./src/plugins/aggregator/core.cpp	2012-03-17 18:03:16.728925270 +0200


More information about the scm-commits mailing list