diff options
author | Bradford Hovinen <hovinen@ximian.com> | 2001-05-04 01:28:38 +0000 |
---|---|---|
committer | Bradford Hovinen (Gdict maintainer) <hovinen@src.gnome.org> | 2001-05-04 01:28:38 +0000 |
commit | 7631a53d80e9dfd2082c6571d4e20a133b3a03b6 (patch) | |
tree | a4036d28697406405a114f3f8b5f785c35421bc3 /archiver/config-log.h | |
parent | a7fa858b6110b758231b83a47364aeebd7b72659 (diff) | |
download | gnome-control-center-7631a53d80e9dfd2082c6571d4e20a133b3a03b6.tar.gz |
Support STORE_DEFAULT (store_snapshot_cb): Use STORE_DEFAULT rather than
2001-05-03 Bradford Hovinen <hovinen@ximian.com>
* location.c (location_store_xml): Support STORE_DEFAULT
(store_snapshot_cb): Use STORE_DEFAULT rather than STORE_MASK_PREVIOUS
* location.h (_StoreType): Add STORE_DEFAULT
* config-log.c (config_log_get_rollback_id_by_steps): Return the
current id if the node represents default data
* main.c (do_add_location): Cast correctly, fixing compiler
warning
Diffstat (limited to 'archiver/config-log.h')
-rw-r--r-- | archiver/config-log.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archiver/config-log.h b/archiver/config-log.h index 3fd19b6c1..5ddf789e0 100644 --- a/archiver/config-log.h +++ b/archiver/config-log.h @@ -71,7 +71,8 @@ struct tm *config_log_get_date_for_id (ConfigLog *config_log, gint id); gint config_log_write_entry (ConfigLog *config_log, - gchar *backend_id); + gchar *backend_id, + gboolean is_default_data); void config_log_iterate (ConfigLog *config_log, ConfigLogIteratorCB callback, |