pidgin/pidgin

Make PurpleHistoryManager a final type

2021-10-20, Gary Kramlich
e19c9f9c79fc
Make PurpleHistoryManager a final type

Testing Done:
Ran the unit tests and sent a message and made sure it ended up in the database.

Reviewed at https://reviews.imfreedom.org/r/1083/
pidgin3_xml = configure_file(
input : 'pidgin3.xml.in',
output : 'pidgin3.xml',
configuration : version_conf,
install : true,
install_dir : get_option('datadir') / 'glade/catalogs')
devenv.append('GLADE_CATALOG_SEARCH_PATH', meson.current_build_dir())