Enlightenment CVS committal Author : onefang Project : e_modules Module : calendar
Dir : e_modules/calendar/src Modified Files: add_event_dialog.c add_todo_dialog.c main_editor.c otherfonts_editor.c today_editor.c weekday_editor.c weekend_editor.c Log Message: Updated config dialog to match latest API. =================================================================== RCS file: /cvs/e/e_modules/calendar/src/add_event_dialog.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- add_event_dialog.c 17 Jul 2006 22:25:13 -0000 1.9 +++ add_event_dialog.c 14 Aug 2006 20:56:40 -0000 1.10 @@ -44,7 +44,7 @@ v->basic.create_widgets = _add_event_basic_create_widgets; /* create config diaolg */ - cfd = e_config_dialog_new(con, D_("Font Editor"), NULL, 0, v, DayToFix); + cfd = e_config_dialog_new(con, D_("Font Editor"), "Calendar", "_e_modules_calendar_add_event_dialog", NULL, 0, v, DayToFix); } } =================================================================== RCS file: /cvs/e/e_modules/calendar/src/add_todo_dialog.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- add_todo_dialog.c 17 Jul 2006 22:28:29 -0000 1.9 +++ add_todo_dialog.c 14 Aug 2006 20:56:40 -0000 1.10 @@ -46,7 +46,7 @@ v->basic.create_widgets = _add_todo_basic_create_widgets; /* create config diaolg */ - cfd = e_config_dialog_new(con, D_("Font Editor"), NULL, 0, v, DayToFix); + cfd = e_config_dialog_new(con, D_("Font Editor"), "Calendar", "_e_modules_calendar_add_todo_dialog", NULL, 0, v, DayToFix); } } =================================================================== RCS file: /cvs/e/e_modules/calendar/src/main_editor.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- main_editor.c 17 Jul 2006 22:41:48 -0000 1.14 +++ main_editor.c 14 Aug 2006 20:56:40 -0000 1.15 @@ -47,7 +47,7 @@ v->advanced.create_widgets = _color_edit_advanced_create_widgets; /* create config diaolg for NULL object/data */ - cfd = e_config_dialog_new(con, D_("Calendar Settings"), NULL, 0, v, calendar); + cfd = e_config_dialog_new(con, D_("Calendar Settings"), "Calendar", "_e_modules_calendar_main_editor_dialog", NULL, 0, v, calendar); } } =================================================================== RCS file: /cvs/e/e_modules/calendar/src/otherfonts_editor.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- otherfonts_editor.c 17 Jul 2006 22:41:48 -0000 1.10 +++ otherfonts_editor.c 14 Aug 2006 20:56:40 -0000 1.11 @@ -45,7 +45,7 @@ v->advanced.create_widgets = _color_edit_advanced_create_widgets; /* create config diaolg for NULL object/data */ - cfd = e_config_dialog_new(con, D_("Calendar Settings"), NULL, 0, v, calendar); + cfd = e_config_dialog_new(con, D_("Calendar Settings"), "Calendar", "_e_modules_calendar_other_fonts_editor_dialog", NULL, 0, v, calendar); } } /*************************************************** =================================================================== RCS file: /cvs/e/e_modules/calendar/src/today_editor.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- today_editor.c 17 Jul 2006 22:41:48 -0000 1.10 +++ today_editor.c 14 Aug 2006 20:56:40 -0000 1.11 @@ -43,7 +43,7 @@ v->advanced.create_widgets = _color_edit_advanced_create_widgets; /* create config diaolg for NULL object/data */ - cfd = e_config_dialog_new(con, D_("Calendar Settings"), NULL, 0, v, calendar); + cfd = e_config_dialog_new(con, D_("Calendar Settings"), "Calendar", "_e_modules_calendar_today_editor_dialog", NULL, 0, v, calendar); } } /*************************************************** =================================================================== RCS file: /cvs/e/e_modules/calendar/src/weekday_editor.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- weekday_editor.c 17 Jul 2006 22:41:48 -0000 1.9 +++ weekday_editor.c 14 Aug 2006 20:56:40 -0000 1.10 @@ -48,7 +48,7 @@ v->advanced.create_widgets = _color_edit_advanced_create_widgets; /* create config diaolg for NULL object/data */ - cfd = e_config_dialog_new(con, D_("Calendar Settings"), NULL, 0, v, calendar); + cfd = e_config_dialog_new(con, D_("Calendar Settings"), "Calendar", "_e_modules_calendar_weekday_editor_dialog", NULL, 0, v, calendar); } } /*************************************************** =================================================================== RCS file: /cvs/e/e_modules/calendar/src/weekend_editor.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- weekend_editor.c 17 Jul 2006 22:41:48 -0000 1.10 +++ weekend_editor.c 14 Aug 2006 20:56:40 -0000 1.11 @@ -48,7 +48,7 @@ v->advanced.create_widgets = _color_edit_advanced_create_widgets; /* create config diaolg for NULL object/data */ - cfd = e_config_dialog_new(con, D_("Calendar Settings"), NULL, 0, v, calendar); + cfd = e_config_dialog_new(con, D_("Calendar Settings"), "Calendar", "_e_modules_calendar_weekend_editor_dialog", NULL, 0, v, calendar); } } /*************************************************** ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs