Re: nautilus



> >    * from the command line and are returned to the application. */
> >+  gtk_set_locale();
> >   gtk_init(&argc, &argv);
> 
> Argh!
> Not using gtk_set_locale() nor setlocale() are so basic bugs it could be
> expected no one would be doing them anymore; still they exist :-(
> 
> I wonder if locale initialization shouldn't be done inside gtk_init(),
> and provide instead a gtk_init_localeless() for people that *actually* want
> that behaviour (as opposed to people that did for lazyness, careless or
> ignorance of the problem).

Hm, I also want gdk_rgb_init() to be in gtk_init().

---
Nakai




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