]> matita.cs.unibo.it Git - helm.git/commitdiff
* exceptionset -> exception_set
authorLuca Padovani <luca.padovani@unito.it>
Tue, 9 Sep 2003 07:35:15 +0000 (07:35 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Tue, 9 Sep 2003 07:35:15 +0000 (07:35 +0000)
helm/gtkmathview-bonobo/src/control-factory.c

index a209e6854e3e35b15ea11bce6a1884e68b5065ff..f3ba19fc1c5a5e3cdea757f368b65d2323ad30d9 100644 (file)
@@ -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;
     }
 }