pidgin/pidgin

Initialize Finch debug handlers earlier

2021-10-19, Elliott Sales de Andrade
bd2767810a18
Initialize Finch debug handlers earlier

Otherwise, some logging is printed during Purple initialization, which is not what we want for a console application.

Testing Done:
Ran finch, and saw no output before the terminal changed to alternate mode (or whatever it's called), and opened/closed the Debug Window.

Reviewed at https://reviews.imfreedom.org/r/1073/
i18n = import('i18n')
i18n.gettext('pidgin',
args : '--from-code=utf-8',
install : get_option('nls'),
)