From 7d9723862d3bfd1a668d261f0057fc0f4419e101 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 6 Jun 2008 16:48:59 +0000 Subject: [PATCH] 2008-06-06 Mike Kestner * atk/Object.custom: use 'as StateSet' instead of cast to avoid cast exceptions in the null case. Apparently it's not an exception any more, according to folks on #monodev. I still prefer as for GetObject 'casting'. svn path=/trunk/gtk-sharp/; revision=105176 --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8cadb06a..df88a5fe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ 2008-06-06 Mike Kestner * atk/Object.custom: use 'as StateSet' instead of cast to avoid - cast exceptions in the null case. + cast exceptions in the null case. Apparently it's not an exception + any more, according to folks on #monodev. I still prefer as for + GetObject 'casting'. 2008-06-06 Andres G. Aragoneses