thomasvs - flumotion/branches/eaters-info-1/flumotion/component/base
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Wed Mar 14 11:30:39 CET 2007
Author: thomasvs
Date: Wed Mar 14 11:30:37 2007
New Revision: 4629
Modified:
flumotion/branches/eaters-info-1/flumotion/component/base/admin_gtk.py
Log:
update one formatTime statement
Modified: flumotion/branches/eaters-info-1/flumotion/component/base/admin_gtk.py
==============================================================================
--- flumotion/branches/eaters-info-1/flumotion/component/base/admin_gtk.py (original)
+++ flumotion/branches/eaters-info-1/flumotion/component/base/admin_gtk.py Wed Mar 14 11:30:37 2007
@@ -715,7 +715,7 @@
if value is not None:
self._table_timestamp_discont_current.show()
elif key == 'lastTimestampDiscont':
- text = common.formatTime(value)
+ text = common.formatTime(value, fractional=9)
self.labels['timestamp-discont-last-current'].set_text(text)
if value > 0.0:
self._table_timestamp_discont_current.show()
More information about the flumotion-commit
mailing list