Author: max
Date: 2008-03-11 17:19:19 -0700 (Tue, 11 Mar 2008)
New Revision: 8231

Modified:
   openlaszlo/trunk/demos/lzpixmobile/classes/dataman.lzx
Log:
+ remove bad include

Modified: openlaszlo/trunk/demos/lzpixmobile/classes/dataman.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/classes/dataman.lzx      2008-03-11 
21:27:08 UTC (rev 8230)
+++ openlaszlo/trunk/demos/lzpixmobile/classes/dataman.lzx      2008-03-12 
00:19:19 UTC (rev 8231)
@@ -268,8 +268,7 @@
     <dataset name="userds" ondata="if (global['debugdata']) Debug.write('got 
user', this)" clientcacheable="true" />
 
     <!-- information about the favorites -->
-    <dataset name="favoritesds" ondata="if (global['debugdata']) 
Debug.write('got favorites', this)" 
-        src="../data/canned_favorites.xml" />
+    <dataset name="favoritesds" ondata="if (global['debugdata']) 
Debug.write('got favorites', this)" />
 
     <!-- auth... -->
     <dataset name="frobds" type="http" ondata="gDataMan._handleFrob()" />


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to