]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
xfce4-hdaps-dialogs.c: replace email/url hooks with a signal handler.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 23 Oct 2019 14:58:09 +0000 (10:58 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 26 Oct 2019 14:53:52 +0000 (10:53 -0400)
The old gtk_about_dialog_set_{email,url}_hook() functions that we used
for our custom http(s):// and mailto:// handlers are gone. To achieve
the same goal, they've been replaced by an "activate-link" signal
handler, and both implementation (that is, the hooks) have been
combined into a single call to xdg-open.


No differences found