Hi Rodrigo, I will certainly do that. One comment, in my code review I found a small uuups. I include the header from composer/Composer.h which should be Evolution-Composer.h, if I'm not mistaken right now. I haven't looked at the code again and working on my first coffee, I write a program which writes applications and sometimes finds my mistakes. Anyhow that will be fixed, it doesn't effect the app. since they are both created from the same idl just a cosmetic fix. Another question, there is no evolution-list (addresses) handling in the Composer corba interface, so I working on adding it. I try to keep it integrated into the existing code base, as little change as possible. I will explain why and how when I send the patch. OK, here's the question, should I include it into the main patch or keep it separated? My thought was sending it for review as a separated patch, and then include it into the main patch since you guys are working on porting to Gnome2.
Thanks, Ronald On Tue, 2002-11-12 at 05:51, Rodrigo Moya wrote: > On Tue, 2002-11-12 at 08:19, Calvin Liu wrote: > > Hi, > > > > After check out a version from cvs tree, e.g. branch 1.2. I need to do > > something before making it, as below. Why? > > > > 1. there is no "intl" so I have to mkdir > > 2. need to touch an empty Makefile in this folder > > 3. in po folder, I need to modify the Makefile, add "top_builddir = .." > > and change "MSGMERGE_UPDATE = msgmerge --update" > > 4. need to modify cs.po, replace "ID PACKAGE VERSION" with "ID $PACKAGE > > $VERSION" > > > > No way to make it easier? > > > yes, install gettext (or, if you've got it) a correct version of it. All > those you're doing manually should be generated automatically by > gettext. > > cheers _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
