From: Luca Padovani Date: Tue, 9 Sep 2003 07:35:15 +0000 (+0000) Subject: * exceptionset -> exception_set X-Git-Tag: v0_0_1~11 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=8984ec110c89a283df29a9fce314f0c1bad4173e * exceptionset -> exception_set --- diff --git a/helm/gtkmathview-bonobo/src/control-factory.c b/helm/gtkmathview-bonobo/src/control-factory.c index a209e6854..f3ba19fc1 100644 --- a/helm/gtkmathview-bonobo/src/control-factory.c +++ b/helm/gtkmathview-bonobo/src/control-factory.c @@ -170,7 +170,7 @@ set_prop(BonoboPropertyBag* bag, } break; default: - bonobo_exceptionset (ev, ex_Bonobo_PropertyBag_NotFound); + bonobo_exception_set (ev, ex_Bonobo_PropertyBag_NotFound); break; } }