pidgin/pidgin

Close the Debug Window on shutdown

2021-10-18, Elliott Sales de Andrade
19acd30c5000
Close the Debug Window on shutdown

Otherwise, it tries to read prefs after that subsystem is shut down.
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)