Code freeze break request for evolution



Hi.

I've been chasing a bug in evolution where translations stopped working
correctly after opening the plugin dialog. Finally tracked it down to a
couple plugins that were calling bindtextdomain() with the wrong
translation domain (it wasn't set because of a bug in Makefile.am).

The patch removes the calls to bindtextdomain() and friends from the
plugins since they should just be inheriting the translation domain from
main() anyway since they are distributed together with the application
and are dlopened by evolution itself.

Cheers
Kjartan




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