Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/filedialog Modified Files: ewl_filedialog.c Log Message: Remove trailing whitespace. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/filedialog/ewl_filedialog.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ewl_filedialog.c 4 Jun 2007 18:46:32 -0000 1.5 +++ ewl_filedialog.c 23 Aug 2007 05:26:44 -0000 1.6 @@ -13,7 +13,7 @@ static void fd_cb_value_changed(Ewl_Widget *w, void *ev, void *data); static void fd_append(void *value, void *data); -void +void test_info(Ewl_Test *test) { test->name = "Filedialog"; @@ -62,7 +62,7 @@ } static void -dialog_cb_single_clicked(Ewl_Widget *w __UNUSED__, void *ev __UNUSED__, +dialog_cb_single_clicked(Ewl_Widget *w __UNUSED__, void *ev __UNUSED__, void *data __UNUSED__) { Ewl_Widget *fd; @@ -70,7 +70,7 @@ fd = ewl_filedialog_new(); ewl_filedialog_filter_add(EWL_FILEDIALOG(fd), "C Files", "*.c"); ewl_filedialog_filter_add(EWL_FILEDIALOG(fd), "D Files", "*.d"); - ewl_callback_append(fd, EWL_CALLBACK_DELETE_WINDOW, + ewl_callback_append(fd, EWL_CALLBACK_DELETE_WINDOW, fd_cb_delete, NULL); ewl_callback_append(fd, EWL_CALLBACK_VALUE_CHANGED, fd_cb_value_changed, NULL); @@ -78,13 +78,13 @@ } static void -dialog_cb_multi_clicked(Ewl_Widget *w __UNUSED__, void *ev __UNUSED__, +dialog_cb_multi_clicked(Ewl_Widget *w __UNUSED__, void *ev __UNUSED__, void *data __UNUSED__) { Ewl_Widget *fd; fd = ewl_filedialog_multiselect_new(); - ewl_callback_append(fd, EWL_CALLBACK_DELETE_WINDOW, + ewl_callback_append(fd, EWL_CALLBACK_DELETE_WINDOW, fd_cb_delete, NULL); ewl_callback_append(fd, EWL_CALLBACK_VALUE_CHANGED, fd_cb_value_changed, NULL); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs