First time I work with diff... If someone could show me the way to build
 only one file for all those modification. At least, those patch let me
compile calendar module.

LMA1980
*** calendar/src/add_event_dialog.c     Mon Aug 14 18:05:35 2006
--- /root/e_modules/calendar/src/add_event_dialog.c     Mon Aug 14 23:10:38 2006
*************** add_event_show(void *con, void *DayToFix
*** 44,50 ****
          v->basic.create_widgets = _add_event_basic_create_widgets;
  
          /* create config diaolg */ 
!         cfd = e_config_dialog_new(con, D_("Font Editor"), "Calendar", 
"_e_modules_calendar_add_event_dialog", NULL, 0, v, DayToFix);
       }
  }
  
--- 44,50 ----
          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);
       }
  }
  
*** calendar/src/main_editor.c  Mon Aug 14 18:05:35 2006
--- /root/e_modules/calendar/src/main_editor.c  Mon Aug 14 23:24:33 2006
*************** e_int_config_calendar(void *con, void *c
*** 47,53 ****
          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"), "Calendar", 
"_e_modules_calendar_main_editor_dialog", NULL, 0, v, calendar);
       }
  }
  
--- 47,53 ----
          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);
       }
  }
  
*** calendar/src/otherfonts_editor.c    Mon Aug 14 18:05:35 2006
--- /root/e_modules/calendar/src/otherfonts_editor.c    Mon Aug 14 23:30:30 2006
*************** e_int_config_calendar_other(void *con, v
*** 45,51 ****
          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"), "Calendar", 
"_e_modules_calendar_other_fonts_editor_dialog", NULL, 0, v, calendar);
       }
  }
  /***************************************************
--- 45,51 ----
          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);
       }
  }
  /***************************************************
*** calendar/src/today_editor.c Mon Aug 14 18:05:35 2006
--- /root/e_modules/calendar/src/today_editor.c Mon Aug 14 23:35:47 2006
*************** e_int_config_calendar_today(void *con, v
*** 43,49 ****
          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"), "Calendar", 
"_e_modules_calendar_today_editor_dialog", NULL, 0, v, calendar);
       }
  }
  /***************************************************
--- 43,49 ----
          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);
       }
  }
  /***************************************************
*** calendar/src/add_todo_dialog.c      Mon Aug 14 18:05:35 2006
--- /root/e_modules/calendar/src/add_todo_dialog.c      Mon Aug 14 23:20:15 2006
*************** add_todo_show(void *con, void *DayToFix)
*** 46,52 ****
          v->basic.create_widgets = _add_todo_basic_create_widgets;
          
             /* create config diaolg */ 
!            cfd = e_config_dialog_new(con, D_("Font Editor"), "Calendar", 
"_e_modules_calendar_add_todo_dialog", NULL, 0, v, DayToFix);
       }
  }
  
--- 46,52 ----
          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);
       }
  }
  
*** calendar/src/weekday_editor.c       Mon Aug 14 18:05:35 2006
--- /root/e_modules/calendar/src/weekday_editor.c       Mon Aug 14 23:37:06 2006
*************** e_int_config_calendar_weekday(void *con,
*** 48,54 ****
          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"), "Calendar", 
"_e_modules_calendar_weekday_editor_dialog", NULL, 0, v, calendar);
       }
  }
  /***************************************************
--- 48,54 ----
          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);
       }
  }
  /***************************************************
*** calendar/src/weekend_editor.c       Mon Aug 14 18:05:35 2006
--- /root/e_modules/calendar/src/weekend_editor.c       Mon Aug 14 23:38:39 2006
*************** e_int_config_calendar_weekend(void *con,
*** 48,54 ****
          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"), "Calendar", 
"_e_modules_calendar_weekend_editor_dialog", NULL, 0, v, calendar);
       }
  }
  /***************************************************
--- 48,54 ----
          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);
       }
  }
  /***************************************************
-------------------------------------------------------------------------
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to