[frogr] Fixes issues with links in the about dialog in OSX



commit 73935f6a201651f144bd3901ef6404a3f2c6926d
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Sat Apr 14 16:12:22 2012 +0200

    Fixes issues with links in the about dialog in OSX

 src/frogr-about-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 596fcb4..4e40985 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -64,7 +64,7 @@ static const gchar *license =
   "but it's neither approved nor certified by flickr.";
 #endif
 
-#if !GTK_CHECK_VERSION (2,24,0)
+#if !GTK_CHECK_VERSION (2,24,0) || MAC_INTEGRATION
 static void
 _frogr_about_dialog_uri_hook (GtkAboutDialog *about,
                               const gchar *link,
@@ -88,7 +88,7 @@ frogr_about_dialog_show (GtkWindow *parent)
   logo = gdk_pixbuf_new_from_file (icon_full_path, NULL);
   g_free (icon_full_path);
 
-#if !GTK_CHECK_VERSION (2,24,0)
+#if !GTK_CHECK_VERSION (2,24,0) || MAC_INTEGRATION
   /* Install about dialog hooks */
   gtk_about_dialog_set_url_hook (_frogr_about_dialog_uri_hook, "", NULL);
   gtk_about_dialog_set_email_hook (_frogr_about_dialog_uri_hook, "mailto:";,



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