[glibmm] Variant< std::vector<std::string> >: Ensure correct creation.



commit dc1990f9ff0cd2d69f88f3297629a97ee790f3cc
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Sun Aug 28 14:33:25 2011 -0400

    Variant< std::vector<std::string> >: Ensure correct creation.
    
    	* glib/src/variant.ccg (Variant< std::vector<std::string> >::create):
    	Use g_variant_new_bytestring_array() to create the variant instead of
    	a builder to avoid an unknown bug.
    
    	Bug #657030 (Aurimas Äernius)

 ChangeLog |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7b59712..f35cfb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-09-06  Josà Alburquerque  <jaalburqu svn gnome org>
+
+	Variant< std::vector<std::string> >: Ensure correct creation.
+
+	* glib/src/variant.ccg (Variant< std::vector<std::string> >::create):
+	Use g_variant_new_bytestring_array() to create the variant instead of
+	a builder to avoid an unknown bug.
+	Bug #657030 (Aurimas Äernius)
+
 2011-09-06  Murray Cumming  <murrayc murrayc com>
 
 	giomm: Variant< vector<std::string> > (array of bytestrings): Fixes.



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