Update of /home/kde/kdegames/atlantik/libatlantikclient In directory office:/tmp/cvs-serv22935/libatlantikclient Modified Files: atlantik_network.cpp Log Message: added more info to estatedetails and added conditions to showing details Index: atlantik_network.cpp =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantikclient/atlantik_network.cpp,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- atlantik_network.cpp 2002/06/30 22:50:26 1.36 +++ atlantik_network.cpp 2002/06/30 23:32:29 1.37 @@ -528,6 +528,10 @@ if (estate && !a.isNull()) estate->setCanSellHouses(a.value().toInt()); + a = e.attributeNode(QString("price")); + if (estate && !a.isNull()) + estate->setPrice(a.value().toInt()); + // Emit signal so GUI implementations can create view(s) #warning port to atlanticcore, but somehow dont create view until all properties are set if (b_newEstate) _______________________________________________ atlantik-devel mailing list atlantik-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/atlantik-devel