Add sound-properties
2001-07-10 Bradford Hovinen <hovinen@ximian.com> * default-user.xml: Add sound-properties * sound-properties-capplet.c (get_legacy_settings): Sync database
This commit is contained in:
parent
e10800015f
commit
3395c90a5d
7 changed files with 16 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
|||
2001-07-10 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* default-user.xml: Add sound-properties
|
||||
|
||||
* bonobo-moniker-archiver.c (archiver_resolve): Don't accept
|
||||
PropertyBag interface
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
confexecdir = $(libdir)
|
||||
confexec_DATA = config_archiverConf.sh
|
||||
|
||||
Locationmetadir = $(datadir)/control-center-data/archiver
|
||||
Locationmetadir = $(datadir)/control-center/archiver
|
||||
Locationmeta_DATA = default-user.xml default-global.xml
|
||||
|
||||
includedir = $(prefix)/include/config-archiver
|
||||
|
|
|
@ -531,7 +531,10 @@ bonobo_config_archiver_class_init (BonoboConfigDatabaseClass *class)
|
|||
static void
|
||||
bonobo_config_archiver_init (BonoboConfigArchiver *archiver_db)
|
||||
{
|
||||
archiver_db->dir = g_new0 (DirData, 1);
|
||||
archiver_db->dir = g_new0 (DirData, 1);
|
||||
|
||||
/* This will always be writeable */
|
||||
BONOBO_CONFIG_DATABASE (archiver_db)->writeable = TRUE;
|
||||
}
|
||||
|
||||
BONOBO_X_TYPE_FUNC (BonoboConfigArchiver, PARENT_TYPE, bonobo_config_archiver);
|
||||
|
|
|
@ -74,7 +74,6 @@ archiver_resolve (BonoboMoniker *moniker,
|
|||
|
||||
name = bonobo_moniker_get_name (moniker);
|
||||
|
||||
|
||||
if (parent != CORBA_OBJECT_NIL) {
|
||||
pdb = Bonobo_Moniker_resolve (parent, options,
|
||||
"IDL:Bonobo/ConfigDatabase:1.0", ev);
|
||||
|
@ -83,7 +82,6 @@ archiver_resolve (BonoboMoniker *moniker,
|
|||
|
||||
if (BONOBO_EX (ev) || pdb == CORBA_OBJECT_NIL)
|
||||
return CORBA_OBJECT_NIL;
|
||||
|
||||
}
|
||||
|
||||
if (parse_name (name, &backend_id, &location) < 0) {
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<location>
|
||||
<contains backend="background-properties-capplet"/>
|
||||
<contains backend="bell-properties-capplet"/>
|
||||
<contains backend="sound-properties"/>
|
||||
<contains backend="keyboard-properties"/>
|
||||
<contains backend="mouse-properties-capplet"/>
|
||||
<contains backend="screensaver-properties-capplet"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue