From: Ed Page Date: Fri, 25 Mar 2011 01:31:00 +0000 (-0500) Subject: Signifying to the user what history is updating X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=59d8d00be482ac1eb63b589ee486692a93390728 Signifying to the user what history is updating --- diff --git a/src/session.py b/src/session.py index 6bf5888..f2fae9a 100644 --- a/src/session.py +++ b/src/session.py @@ -697,7 +697,7 @@ class Session(QtCore.QObject): def _update_history(self, historyType): try: assert self.state == self.LOGGEDIN_STATE, "History requires being logged in (currently %s" % self.state - with qui_utils.notify_busy(self._errorLog, "Updating History"): + with qui_utils.notify_busy(self._errorLog, "Updating '%s' History" % historyType): self._history = yield ( self._backend[0].get_call_history, (historyType, ),