[empathy] about-dialog: gtk_about_dialog_set_url_hook has been removed



commit e129fe6f1784b3e2b4012961fc9f553b9213d986
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Sep 29 16:14:30 2010 +0200

    about-dialog: gtk_about_dialog_set_url_hook has been removed

 src/empathy-about-dialog.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c
index e3176c0..c1e1848 100644
--- a/src/empathy-about-dialog.c
+++ b/src/empathy-about-dialog.c
@@ -33,10 +33,6 @@
 
 #define WEB_SITE "http://live.gnome.org/Empathy";
 
-static void about_dialog_activate_link_cb (GtkAboutDialog  *about,
-					   const gchar     *link,
-					   gpointer         data);
-
 static const char *authors[] = {
 	"Alban Crequy",
 	"Andreas Lööw",
@@ -95,21 +91,11 @@ static const char *license[] = {
 	   "51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA")
 };
 
-static void
-about_dialog_activate_link_cb (GtkAboutDialog *about,
-			       const gchar    *link_,
-			       gpointer        data)
-{
-	empathy_url_show (GTK_WIDGET (about), link_);
-}
-
 void
 empathy_about_dialog_new (GtkWindow *parent)
 {
 	gchar *license_trans;
 
-	gtk_about_dialog_set_url_hook (about_dialog_activate_link_cb, NULL, NULL);
-
 	license_trans = g_strconcat (_(license[0]), "\n\n",
 				     _(license[1]), "\n\n",
 				     _(license[2]), "\n\n",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]