From fc436bc475affd57046a4408a60730ec6f3d2fa6 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 20 Mar 2011 17:42:56 +0000 Subject: WinGui: - Minor error. Don't try to serialize a dictionary in a model. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3855 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs b/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs index e896960c0..8dfb5d031 100644 --- a/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs +++ b/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs @@ -278,7 +278,7 @@ namespace HandBrake.ApplicationServices.Model /// /// Chapter Names /// - public Dictionary ChapterNames { get; set; } + public List ChapterNames { get; set; } #endregion -- cgit v1.2.3