Enlightenment CVS committal Author : doursse Project : e17 Module : proto
Dir : e17/proto/epdf/src/bin Modified Files: epdf_etk_test.c Log Message: fix policy and header name =================================================================== RCS file: /cvs/e/e17/proto/epdf/src/bin/epdf_etk_test.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- epdf_etk_test.c 13 Jan 2007 19:51:24 -0000 1.5 +++ epdf_etk_test.c 14 Jan 2007 20:22:11 -0000 1.6 @@ -63,7 +63,7 @@ etk_tree2_multiple_select_set (ETK_TREE2 (tree), ETK_FALSE); /* column */ - col = etk_tree2_col_new (ETK_TREE2 (tree), "Column", 130, 0.0); + col = etk_tree2_col_new (ETK_TREE2 (tree), "Index", 130, 0.0); etk_tree2_col_model_add (col, etk_tree2_model_text_new()); etk_tree2_build (ETK_TREE2 (tree)); @@ -114,7 +114,9 @@ etk_table_attach_default (ETK_TABLE (table), list, 0, 0, 0, 1); etk_widget_show (list); - etk_table_attach_default (ETK_TABLE (table), pdf, 1, 1, 0, 1); + etk_table_attach (ETK_TABLE (table), pdf, + 1, 1, 0, 1, + 0, 0, ETK_TABLE_NONE); etk_widget_show (pdf); etk_widget_show (window); ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs