Enlightenment CVS committal Author : onefang Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_apps_error.c Log Message: After complaining about this, I realized I was guilty of cut'n'paste as much as anyone. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps_error.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- e_apps_error.c 21 Jan 2006 18:15:23 -0000 1.3 +++ e_apps_error.c 22 Jan 2006 13:01:40 -0000 1.4 @@ -22,18 +22,19 @@ _e_app_error_dialog(E_Container *con, E_App_Autopsy *app) { E_Config_Dialog *cfd; - E_Config_Dialog_View v; + E_Config_Dialog_View *v; + v = E_NEW(E_Config_Dialog_View, 1); /* FIXME: Currenly this never gets free'd, awaiting the outcome of mailing list discussion. */ /* Dialog Methods */ - v.create_cfdata = _e_app_error_dialog_create_data; - v.free_cfdata = _e_app_error_dialog_free_data; - v.basic.apply_cfdata = NULL; - v.basic.create_widgets = _e_app_error_dialog_basic_create_widgets; - v.advanced.apply_cfdata = NULL; - v.advanced.create_widgets = _e_app_error_dialog_advanced_create_widgets; + v->create_cfdata = _e_app_error_dialog_create_data; + v->free_cfdata = _e_app_error_dialog_free_data; +// v->basic.apply_cfdata = NULL; + v->basic.create_widgets = _e_app_error_dialog_basic_create_widgets; +// v->advanced.apply_cfdata = NULL; + v->advanced.create_widgets = _e_app_error_dialog_advanced_create_widgets; /* Create The Dialog */ - cfd = e_config_dialog_new(con, _("Run error, wtf? That sux."), NULL, 0, &v, app); + cfd = e_config_dialog_new(con, _("Run error, wtf? That sux."), NULL, 0, v, app); app->error_dialog = cfd; } ------------------------------------------------------- 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