grim/pidgin

Use gtk_show_uri_on_window to open File Transfer results

2021-10-26, Elliott Sales de Andrade
8fa1f37d32f2
Use gtk_show_uri_on_window to open File Transfer results

Using `gtk_show_uri_on_window` to open File Transfer results removes an extra set of `purple_running_*` call.

Testing Done:
Transferred a file to me, and then hit the Open button in the File Transfer window. As it was named `mentions.txt`, it opened in GEdit, as expected.

Reviewed at https://reviews.imfreedom.org/r/1103/
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