GNOME Bugzilla – Bug 332317
remove g_warning about XSupportsLocale()
Last modified: 2006-02-24 12:31:02 UTC
some platforms don't have X locale support but are otherwise fully functional. also, Gdk has no hard dependency on the X locale functions, so the unconditional warnings about missing X locale support upon Gdk initialization should be removed.
Created attachment 59998 [details] [review] patch to remove X locale warnings
forgot to mention, one such platform is the maemo desktop which does come with a specially tailored X server.
Looks fine to me.
Thu Feb 23 13:28:21 2006 Tim Janik <timj@imendio.com> * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): remove unconditional warnings about missing X locale support. Gdk properly handles this situation anyway.