Store the listener id in the archiver_db structure

2001-09-28  Bradford Hovinen  <hovinen@ximian.com>

	* bonobo-config-archiver.c (bonobo_config_archiver_new): Store the
	listener id in the archiver_db structure
	(bonobo_config_archiver_destroy): Remove the event source
	listener; destroy the XML cache
	(new_rollback_cb): Don't reload everything if we initiated the
	sync ourselves
	(real_sync): Mark that we are currently up to date
This commit is contained in:
Bradford Hovinen 2001-09-28 21:04:53 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent ca6b2c78e6
commit 233eec9cca
3 changed files with 14 additions and 0 deletions

View file

@ -67,6 +67,7 @@ struct _BonoboConfigArchiver {
BonoboPropertyBag *pb;
Bonobo_EventSource_ListenerId listener_id;
gboolean is_up_to_date;
};
typedef struct {