GNOME Bugzilla – Bug 701425
locale dir is not initialized when bindtextdomain() is called
Last modified: 2013-06-02 00:10:23 UTC
bindtextdomain() is called before gedit_locale_dir is initialized. So gedit does not respect the locale direcotry specified in configure. It seems that we need to call gedit_dirs_init() before bindtextdomain().
Created attachment 245824 [details] [review] Init directories before bindtextdomain()
Review of attachment 245824 [details] [review]: Find with me.
The following fix has been pushed: bc145d8 Init directories before bindtextdomain()
Created attachment 245843 [details] [review] Init directories before bindtextdomain()