[frogr] Use stable versions in GTK_CHECK_VERSION
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Use stable versions in GTK_CHECK_VERSION
- Date: Sat, 16 Jul 2011 20:08:52 +0000 (UTC)
commit 560150633c85365a2e217f6cc98001c55594d480
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Sat Jul 16 21:57:49 2011 +0200
Use stable versions in GTK_CHECK_VERSION
Check for GTK+ 2.24 (stable) instead of 2.23 (unstable)
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 851027c..263bfe7 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,23,0)
+#if !GTK_CHECK_VERSION (2,24,0)
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,23,0)
+#if !GTK_CHECK_VERSION (2,24,0)
/* 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]