GNOME Bugzilla – Bug 320289
eog title does not use G_BROKEN_FILENAMES in NIS filesystem
Last modified: 2006-02-01 16:02:59 UTC
If open any .png files on none UTF-8 locales on NIS filesystem, the filename is not shown as the current locale. I'm attaching the patch.
Created attachment 54117 [details] [review] Patch for libeog/eog-image.c The patch uses G_BROKEN_FILENAMES on NIS filesystem.
Could you integrate the attached patch?
Thanks for the patch and report! Applied in HEAD and gnome-2-12 branch. 2006-02-01 Lucas Rocha <lucasr@gnome.org> * libeog/eog-image.c: use current locale for images on NIS filesystem (Fixes bug #320289). Patch from Takao Fujiwara <takao.fujiwara@sun.com>.