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/
subdir('reference')
if ENABLE_GTK
pidgin_man = configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
finch_man = configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif