about_dialog_activate_link_cb is only used if GTK+ >= 2.6

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2145 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2006-12-03 04:08:35 +00:00
parent ba204142fb
commit 401c428914

View file

@ -284,12 +284,14 @@ static void nma_show_info_cb (GtkMenuItem *mi, NMApplet *applet)
}
}
#if GTK_CHECK_VERSION (2, 6, 0)
static void about_dialog_activate_link_cb (GtkAboutDialog *about,
const gchar *url,
gpointer data)
{
gnome_url_show (url, NULL);
}
#endif
static void nma_about_cb (GtkMenuItem *mi, NMApplet *applet)
{