Ticket #1567: dslo_1567.patch

File dslo_1567.patch, 546 bytes (added by sayamindu, 14 years ago)

Patch

  • src/carquinyol/indexstore.py

    diff --git a/src/carquinyol/indexstore.py b/src/carquinyol/indexstore.py
    index 62aebb4..85c4d6c 100644
    a b class IndexStore(object): 
    233233            self._database.flush()
    234234            self._pending_writes = 0
    235235        else:
    236             self._flush_timeout = gobject.timeout_add(_FLUSH_TIMEOUT * 1000,
     236            self._flush_timeout = gobject.timeout_add_seconds(_FLUSH_TIMEOUT,
    237237                                                      self._flush_timeout_cb)
    238238