Enlightenment CVS committal Author : rbdpngn Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/eapp_edit Modified Files: eapp_edit_main.c Log Message: Cut down some confusion on where the user needs to click to set the icon. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/eapp_edit/eapp_edit_main.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- eapp_edit_main.c 31 Dec 2005 18:17:32 -0000 1.38 +++ eapp_edit_main.c 15 Feb 2006 23:34:10 -0000 1.39 @@ -246,14 +246,14 @@ ewl_image_file_set(EWL_IMAGE(row[1]), file, "icon"); ewl_image_proportional_set(EWL_IMAGE(row[1]), TRUE); ewl_image_scale_to(EWL_IMAGE(row[1]), 32, 32); - ewl_callback_append(row[1], EWL_CALLBACK_CLICKED, eapp_cb_fd_show, NULL); /* FIXME: This can give it a decent background, but introduces a sizing * issue to track down * ewl_widget_appearance_set(row[1], "entry"); */ ewl_widget_name_set(row[1], "icon"); ewl_widget_show(row[1]); - ewl_tree_row_add(tree, NULL, row); + row[0] = ewl_tree_row_add(tree, NULL, row); + ewl_callback_append(row[0], EWL_CALLBACK_CLICKED, eapp_cb_fd_show, NULL); /* add all the eet data */ for (i = 0; i < (sizeof(keys) / sizeof(keys[0])); i++) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs