Use correct pointer type when passing to notify_listeners
2001-07-24 Bradford Hovinen <hovinen@ximian.com> * bonobo-config-archiver.c (real_sync): Use correct pointer type when passing to notify_listeners
This commit is contained in:
parent
5352793786
commit
62137c9e23
2 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,7 @@ real_sync (BonoboConfigDatabase *db,
|
|||
archiver_db->doc, STORE_MASK_PREVIOUS);
|
||||
|
||||
arg = bonobo_arg_new (BONOBO_ARG_NULL);
|
||||
bonobo_event_source_notify_listeners (archiver_db->es, "Bonobo/ConfigDatabase:sync", arg, &ev);
|
||||
bonobo_event_source_notify_listeners (archiver_db->es, "Bonobo/ConfigDatabase:sync", arg, ev);
|
||||
bonobo_arg_release (arg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue