Use bonobo_object_unref rather than gtk_object_destroy
2001-07-09 Bradford Hovinen <hovinen@ximian.com> * bonobo-config-archiver.c (bonobo_config_archiver_new): Use bonobo_object_unref rather than gtk_object_destroy * bonobo-moniker-archiver.c (archiver_resolve): Allow PropertyBag interface as well (parse_name): Set *location to NULL when there is no location * sound-properties.xml: Use 0 and 1 rather than true and false * capplet-dir.c (capplet_control_launch): Don't convert underscores to dashes in moniker
This commit is contained in:
parent
c09362e12a
commit
2c2fafbaad
8 changed files with 27 additions and 14 deletions
|
@ -1,5 +1,7 @@
|
|||
2001-07-09 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* sound-properties.xml: Use 0 and 1 rather than true and false
|
||||
|
||||
* sound-properties-capplet.c (create_control_cb): Implement
|
||||
(main): Use create_control_cb
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<bonobo-config>
|
||||
<section path="bonobo-conf-test">
|
||||
<entry name="start_esd" type="boolean" value="false"/>
|
||||
<entry name="event_sounds" type="boolean" value="true"/>
|
||||
<entry name="start_esd" type="boolean" value="0"/>
|
||||
<entry name="event_sounds" type="boolean" value="1"/>
|
||||
</section>
|
||||
</bonobo-config>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue