[gnome-games] libgames-support: Build fix for glib < 2.16
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] libgames-support: Build fix for glib < 2.16
- Date: Thu, 9 Jul 2009 23:12:21 +0000 (UTC)
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]