Thanks, pushed to git Please use bugzilla in the future Thanks
Jaap On Sat, Aug 1, 2009 at 20:03, inter<[email protected]> wrote: > Hi > the curses sample from the vala website will only work for me with the > following patch > cheers, lariamat > > > diff --git a/vapi/curses.vapi b/vapi/curses.vapi > index 87afe20..1a2ba36 100644 > --- a/vapi/curses.vapi > +++ b/vapi/curses.vapi > @@ -45,9 +45,9 @@ namespace Curses { > SBSS, SSSB, SSBS, BSSS, BSBS, SBSB, SSSS > } > > - public const Window stdscr; > - public const Window curscr; > - public const Window newscr; > + public Window stdscr; > + public Window curscr; > + public Window newscr; > > public const int LINES; > public const int COLS; > > _______________________________________________ > Vala-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/vala-list > > _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
