X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fconnection_manager.py;h=92a12ae4ec67563d6fa0c92f7a12b787623749b6;hb=1c749312535a64904c00bd928ce01ff67ef0ab9a;hp=0f75671548dc6e2294002bf1c01ece24533fdc9d;hpb=e340453399d61b19111cb56233673cd74223552c;p=theonering diff --git a/src/connection_manager.py b/src/connection_manager.py index 0f75671..92a12ae 100644 --- a/src/connection_manager.py +++ b/src/connection_manager.py @@ -1,11 +1,3 @@ -""" -Empathy Experience: - Can't call - When first started, reports all read conversations when some might have been read - When first started, reports all of an SMS conversation even though some has been reported previously - Still leaking one of two contact lists -""" - import logging import gobject @@ -14,6 +6,7 @@ import telepathy import constants import tp import gtk_toolbox +import util.go_utils as gobject_utils import connection @@ -72,7 +65,7 @@ class TheOneRingConnectionManager(tp.ConnectionManager): Overrides tp.ConnectionManager """ result = tp.ConnectionManager.disconnected(self, conn) - gobject.timeout_add(5000, self._shutdown) + gobject_utils.timeout_add_seconds(5, self._shutdown) def quit(self): """