Don't accept PropertyBag interface
2001-07-10 Bradford Hovinen <hovinen@ximian.com> * bonobo-moniker-archiver.c (archiver_resolve): Don't accept PropertyBag interface * sound-properties-capplet.c (set_moniker_cb): Make full moniker * sound-properties.xml: Fixed path name
This commit is contained in:
parent
3fb617283b
commit
18e8de9ef6
6 changed files with 18 additions and 7 deletions
|
@ -378,7 +378,7 @@ real_list_keys (BonoboConfigDatabase *db,
|
|||
|
||||
for (l = dd->entries; l != NULL; l = l->next) {
|
||||
de = (DirEntry *)l->data;
|
||||
|
||||
|
||||
key_list->_buffer [key_list->_length] =
|
||||
CORBA_string_dup (de->name);
|
||||
key_list->_length++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue