Support for previews in the journal.

This commit is contained in:
Tomeu Vizoso
2007-06-15 18:03:17 +02:00
parent 6c0885b490
commit f0e18ba785
4 changed files with 39 additions and 5 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ def create():
return DSObject(object_id=None, metadata=DSMetadata(), file_path=None)
def write(ds_object, reply_handler=None, error_handler=None):
logging.debug('datastore.write: %r' % ds_object.metadata.get_dictionary())
logging.debug('datastore.write')
if ds_object.object_id:
dbus_helpers.update(ds_object.object_id,
ds_object.metadata.get_dictionary(),