Re: weird headers in gnome-icon-theme



On Mon, 2002-12-02 at 05:10, Karl Eichwalder wrote:
> Yanko Kaneti <yaneti@declera.com> writes:
> 
> > [yaneti@indigo po]$ grep 48 gnome-icon-theme.pot 
> > #: 48x48/emblems/emblem-art.icon.in.h:1
> 
> [...]
> 
> > [yaneti@indigo po]$ grep 48 no.po                
> > [yaneti@indigo po]$ msgmerge no.po gnome-icon-theme.pot -o feh 
> > ... done.
> > [yaneti@indigo po]$ grep 48 feh
> > # 48x48/emblems/emblem-art.icon.in.h:1
> 
> [...]
> 
> > Looks like msgmerge removed the ":" for some reason.
> 
> Jordi Mallach <jordi@sindominio.net> writes:
> 
> > Weird... Karl, are you reading this? Should I report to bug-gettext?
> 
> At the first glance it looks like a bug; to be sure one should isolate a
> small test case (without the intltools frame work).  I don't have a
> GNOME checkout handy.

Well, the test above has little to do with intltool. But here is one:

1. take any valid po file (po1) with messages
2. leave only one message in it and replace its comment line with
something like  "#: 2345243.h:1"  (the bug seems to be related to the
name starting with number)
3. copy po1 (po2) and remove the message from the copy
4. msgmerge po2 po1 -o feh

feh will have one message with comment line "# 2345243.h:1" instead of
"#: 2345243.h:1"


I've tested this with gettext 0.11.4  and 0.10.40

Regards
Yanko




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]