Fix date parsing to work with DST.

2001-07-24  Richard Hestilow  <hestilow@ximian.com>

	* config-log.c (parse_line): Fix date parsing to work with DST.

	* bonobo-config-archiver.[ch]: Export a PropertyBag interface that
	has the last_modified date as a read-only property.
This commit is contained in:
Richard Hestilow 2001-07-25 02:58:40 +00:00 committed by Rachel Hestilow
parent a3610b563b
commit 17cd2c6e79
4 changed files with 63 additions and 1 deletions

View file

@ -16,6 +16,7 @@
#include <gnome-xml/tree.h>
#include <gnome-xml/parser.h>
#include <bonobo/bonobo-event-source.h>
#include <bonobo/bonobo-property-bag.h>
#include "archive.h"
#include "location.h"
@ -62,6 +63,7 @@ struct _BonoboConfigArchiver {
gchar *real_name;
BonoboEventSource *es;
BonoboPropertyBag *pb;
};
typedef struct {