diff dwtest.c @ 1872:eae36372d64d

Second Windows round of changes to split the data and string container functionality...
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 08 Aug 2013 18:26:46 +0000
parents 5a4d98cab9d3
children 15d24b5300ec
line wrap: on
line diff
--- a/dwtest.c	Wed Aug 07 18:56:28 2013 +0000
+++ b/dwtest.c	Thu Aug 08 18:26:46 2013 +0000
@@ -1249,6 +1249,7 @@
         dw_filesystem_set_item(container, containerinfo, 3, z, &date);
 
         dw_container_set_row_title(containerinfo, z, names[z]);
+        dw_container_set_row_data(containerinfo, z, DW_INT_TO_POINTER(z));
     }
 
     dw_container_insert(container, containerinfo, 3);