engine/src/FeedEngine.cpp
branchRCL_3
changeset 255 a13c58ace598
parent 220 cc381e129dd5
child 328 75a70f4a4f6d
--- a/engine/src/FeedEngine.cpp	Sat Oct 16 15:58:45 2010 +0100
+++ b/engine/src/FeedEngine.cpp	Tue Oct 19 12:45:21 2010 +0100
@@ -299,6 +299,7 @@
 
 void CFeedEngine::NewShowL(CShowInfo& aItem)
 	{
+	DP1("NewShowL, aItem.Title()=%S", &aItem.Title());
 	HBufC* description = HBufC::NewLC(KMaxDescriptionLength);
 	TPtr ptr(description->Des());
 	ptr.Copy(aItem.Description());