[totem] Update use of GVariant API to follow API changes in GLib master
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Update use of GVariant API to follow API changes in GLib master
- Date: Wed, 7 Jul 2010 22:36:05 +0000 (UTC)
commit e45632bbcdaba6007217440c5ce6471bbe125536
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Jul 7 23:35:32 2010 +0100
Update use of GVariant API to follow API changes in GLib master
configure.in | 2 +-
src/totem.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index a3ad181..4929479 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ AC_PATH_PROG([GLIB_GENMARSHAL],[glib-genmarshal])
AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
# Requirements
-GLIB_REQS=2.25.9
+GLIB_REQS=2.25.11
GTK_REQS=2.90.3
TOTEM_PLPARSER_REQS=2.29.1
GNOMEICON_REQS=2.15.90
diff --git a/src/totem.c b/src/totem.c
index 49e38dc..b308835 100644
--- a/src/totem.c
+++ b/src/totem.c
@@ -165,7 +165,7 @@ variant_from_argv (int argc,
argv_bytes = (guint8 *) argv[i];
g_variant_builder_add_value (&builder,
- g_variant_new_byte_array (argv_bytes, -1));
+ g_variant_new_bytestring_array (argv_bytes, -1));
}
return g_variant_builder_end (&builder);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]