diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-03-29 08:47:30 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-03-29 08:47:30 +0800 |
commit | b88b59741fd9d2bc4097b803db4447e15d004d79 (patch) | |
tree | 45da75a284430bd2b8d48f53829a072950a09abd /ChangeLog | |
parent | bce1144ad7cd318cb193eb39aecc42cf8a87358e (diff) | |
download | gsoc2013-evolution-b88b59741fd9d2bc4097b803db4447e15d004d79.tar.gz gsoc2013-evolution-b88b59741fd9d2bc4097b803db4447e15d004d79.tar.zst gsoc2013-evolution-b88b59741fd9d2bc4097b803db4447e15d004d79.zip |
create id's for entries using the following format: ("pas-id-%08lX%08X",
* addressbook/backend/pas/pas-backend-file.c
(pas_backend_file_create_unique_id): create id's for entries using
the following format: ("pas-id-%08lX%08X", time(NULL), c++).
svn path=/trunk/; revision=2235
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-03-28 Chris Toshok <toshok@laptoph.xtoph.org> + + * addressbook/backend/pas/pas-backend-file.c + (pas_backend_file_create_unique_id): create id's for entries using + the following format: ("pas-id-%08lX%08X", time(NULL), c++). + 2000-03-27 Miguel de Icaza <miguel@gnu.org> * widgets/shortcut-bar/e-icon-bar.c (flatten_alpha): New function, |