[Xfce4-commits] [apps/gigolo] 10/35: GtkAboutDialog email/url hooks were removed from the API

noreply at xfce.org noreply at xfce.org
Mon Oct 31 18:18:44 CET 2016


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository apps/gigolo.

commit 414921b249e320235f245fdde19d0522b2e8ac9a
Author: Landry Breuil <landry at xfce.org>
Date:   Fri Jun 17 22:48:32 2016 +0200

    GtkAboutDialog email/url hooks were removed from the API
---
 src/window.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/window.c b/src/window.c
index a7b4646..861f03d 100644
--- a/src/window.c
+++ b/src/window.c
@@ -421,8 +421,6 @@ static void action_about_cb(G_GNUC_UNUSED GtkAction *action, GigoloWindow *windo
 {
     const gchar *authors[]= { "Enrico Tröger <enrico at xfce.org>", NULL };
 
-	gtk_about_dialog_set_email_hook(about_activate_link, NULL, NULL);
-	gtk_about_dialog_set_url_hook(about_activate_link, NULL, NULL);
 	gtk_show_about_dialog(GTK_WINDOW(window),
 		"authors", authors,
 		"logo-icon-name", gigolo_get_application_icon_name(),

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list