From 14e876743dbe8e6b97bd6a02293eaaf7b7f9b444 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sat, 1 Apr 2006 16:05:20 +0000 Subject: Bug 334318 – gtk.AboutDialog crashes with 'authors' parameter as string instead of list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8b25868..cd0dc74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-01 Gustavo J. A. M. Carneiro + + * gobject/gobjectmodule.c (_pyg_strv_to_gvalue): Don't allow + arbitrary sequences, only tuple or list, since a string is a + sequence too. + (pyg_object_new): Add a bit more detail to the exception string. + 2006-01-16 Johan Dahlin * Makefile.am: Include dsextras.py in the dist and install it. -- cgit