[atlantik-cvs] CVS: kdegames/atlantik/libatlantikclient atlantik_network.cpp,1.62,1.63

[email protected]
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/libatlantikclient
In directory office:/tmp/cvs-serv15808/libatlantikclient

Modified Files:
	atlantik_network.cpp 
Log Message:
Trivial API fix.

--- libatlantikclient/atlantik_network.cpp      2002/10/23 15:56:41     1.62
+++ libatlantikclient/atlantik_network.cpp      2002/10/23 18:04:45
@@ -485,7 +485,7 @@ void AtlantikNetwork::processNode(QDomNo
                        }
                        else if (e.tagName() == "estategroupupdate")
                        {
-                               a = e.attributeNode(QString("estategroupid"));
+                               a = e.attributeNode(QString("groupid"));
                                if (!a.isNull())
                                {
                                        int groupId = a.value().toInt();



Index: atlantik_network.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikclient/atlantik_network.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- atlantik_network.cpp	2002/10/23 15:56:41	1.62
+++ atlantik_network.cpp	2002/10/23 18:05:55	1.63
@@ -485,7 +485,7 @@
 			}
 			else if (e.tagName() == "estategroupupdate")
 			{
-				a = e.attributeNode(QString("estategroupid"));
+				a = e.attributeNode(QString("groupid"));
 				if (!a.isNull())
 				{
 					int groupId = a.value().toInt();
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.