Enlightenment CVS committal Author : moom Project : e17 Module : libs/etk
Dir : e17/libs/etk/src/bin Modified Files: etk_tree_test.c Log Message: * Connect the "cell_value_changed" signal to the correct column =================================================================== RCS file: /cvs/e/e17/libs/etk/src/bin/etk_tree_test.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- etk_tree_test.c 29 Jan 2007 02:26:51 -0000 1.38 +++ etk_tree_test.c 29 Jan 2007 05:20:40 -0000 1.39 @@ -72,7 +72,7 @@ row = etk_tree_row_append(ETK_TREE(tree), NULL, col1, etk_theme_icon_get(), stock_key, row_name, col2, 0.57, - col3, 7, + col3, 7, col4, PACKAGE_DATA_DIR "/images/1star.png", NULL, col5, ETK_FALSE, NULL); @@ -82,7 +82,7 @@ row = etk_tree_row_append(ETK_TREE(tree), row, col1, etk_theme_icon_get(), stock_key, row_name, col2, 20.0, - col3, 19, + col3, 19, col4, PACKAGE_DATA_DIR "/images/2stars.png", NULL, col5, ETK_TRUE, NULL); @@ -107,7 +107,7 @@ ETK_CALLBACK(_etk_test_tree_key_down_cb), NULL); etk_signal_connect("row_clicked", ETK_OBJECT(tree), ETK_CALLBACK(_etk_test_tree_row_clicked_cb), statusbar); - etk_signal_connect("cell_value_changed", ETK_OBJECT(col4), + etk_signal_connect("cell_value_changed", ETK_OBJECT(col5), ETK_CALLBACK(_etk_test_tree_checkbox_toggled_cb), statusbar); etk_widget_show_all(win); ------------------------------------------------------------------------- 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