Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_color_dialog.c Log Message: Provide a more meaningful internal name to the color dialog, rather than "_test". Some minor formatting. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_color_dialog.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- e_color_dialog.c 14 Oct 2006 05:04:01 -0000 1.10 +++ e_color_dialog.c 25 Jan 2007 16:20:18 -0000 1.11 @@ -25,7 +25,7 @@ dia = E_OBJECT_ALLOC(E_Color_Dialog, E_COLOR_DIALOG_TYPE, _e_color_dialog_free); if(!dia) return NULL; - dia->dia = e_dialog_new(con, "E", "_test"); + dia->dia = e_dialog_new(con, "E", "_color_dialog"); e_dialog_title_set(dia->dia, "Color Selector"); dia->color = calloc(1, sizeof(E_Color)); @@ -82,7 +82,6 @@ dia->cancel_func = func; dia->cancel_data = data; } - EAPI void e_color_dialog_change_callback_set(E_Color_Dialog *dia, void (*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data) ------------------------------------------------------------------------- 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