On Wed, 2009-09-02 at 23:33 +0200, Nicolas wrote: > Hi Matías, > > Thanks for your response, i will try tomorrow. > But my file is not like this : > > [INFO] > test=yes > test=no > > but like this : > > [INFO] > blah bla here > blah blah there > blah blah again
This kind of file turns out to be hard to parse correctly all the time. I suggest you consider changing it to the above form. Not only is it an accepted industry standard but it makes it less error prone when editing by hand. Cheers _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
