On So, 2007-07-01 at 22:20 +0200, lars wrote:
> Hi Friedel,
>
> in commit #5954 you applied the changes mentioned in the patch above for the
> file pagelayout.py.
> But you did not apply the suggested changes regarding indexpage.py. Is there a
> problem with them?
>
> Lars
>
Hi Lars
Sorry that I haven't finished this. I hit the problem with the goals
that I described before and didn't want to commit something that wasn't
100% clear to me.
I _think_ the second hunk in your patch might not be what we want, but
I'm not sure. (I just see that I changed it in my current diff.)
goalchildren = {}
allchildren = []
for childname in self.project.browsefiles(dirfilter=dirfilter,
depth=depth, includedirs=True, includefiles=False):
- allchildren.append(childname+"/")
+ allchildren.append(childname + os.path.sep)
for childname in self.project.browsefiles(dirfilter=dirfilter,
depth=depth, includedirs=False, includefiles=True):
allchildren.append(childname)
initial = dirfilter
In my diff I stayed with "/" and I think it has to do with the goal
problem I described earlier in the thread. Have you been able to
reproduce the problem?
F
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Translate-pootle mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/translate-pootle