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:
parent
a3610b563b
commit
17cd2c6e79
4 changed files with 63 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue