Re: a new bonobo release ...
- From: jacob berkman <jacob ximian com>
- To: Michael Meeks <michael ximian com>
- Cc: gnome-components-list gnome org
- Subject: Re: a new bonobo release ...
- Date: 07 Aug 2001 15:04:01 -0400
On 07 Aug 2001 14:57:43 -0400, Michael Meeks wrote:
>
> Hi Guys,
>
> I'm thinking it might be about time for a new stable bonobo
> release, and I'm just wondering if there's anything pending or
> particularly odious in there that needs nailing before we release again.
i haven't committed the ReadOnlyPropertyException thing - did you want
me to?
(a refresher:
--- bonobo-property-bag.c 2001/06/05 09:11:21 1.58
+++ bonobo-property-bag.c 2001/08/07 19:09:42
@@ -744,6 +744,11 @@
return;
}
+ if (!(prop->flags & BONOBO_PROPERTY_WRITEABLE)) {
+ bonobo_exception_set (opt_ev, ex_Bonobo_Property_ReadOnlyProperty);
+ return;
+ }
+
if (!bonobo_arg_type_is_equal (prop->type, value->_type, opt_ev)) {
bonobo_exception_set (opt_ev, ex_Bonobo_Property_InvalidValue);
return;
)
jacob
--
"OOH!!! Look at me!! I'm Jacob Berkman! I have a witty .signature
that nobody fully appreciates but myself!!" -- Anonymous
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]