mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 17:50:14 +01:00
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:
parent
ba204142fb
commit
401c428914
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue