[gnome-games] libgames-support: Build fix for glib < 2.16



commit 671b8abbc552e080c6af503ad88537363ecaa70b
Author: Christian Persch <chpe gnome org>
Date:   Fri Jul 3 23:52:50 2009 +0200

    libgames-support: Build fix for glib < 2.16

 libgames-support/games-runtime.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgames-support/games-runtime.c b/libgames-support/games-runtime.c
index 6655d5b..e6ee19e 100644
--- a/libgames-support/games-runtime.c
+++ b/libgames-support/games-runtime.c
@@ -305,7 +305,7 @@ about_email_hook (GtkAboutDialog *about,
   g_free (escaped_email_address);
 #else
   /* Not really correct, but the best we can do */
-  uri = g_strdup_printf ("mailto:%s";, escaped);
+  uri = g_strdup_printf ("mailto:%s";, email_address);
 #endif
 
   about_url_hook (about, uri, user_data);



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