]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commit
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)
commit7521718b81383a0c30aa410d08088a3af86c00fa
treeb94652eabdb757fb0c1adb3983210ea0dd27af6c
parent273c8f913b14f9db603e64c8a3291a4abd9c99f0
xfce4-hdaps-dialogs.c: replace email/url hooks with a signal handler.

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.
panel-plugin/xfce4-hdaps-dialogs.c