From 93a425d76719e65f28a208503371882f35b9af33 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Thu, 10 Jun 2010 21:32:05 +0100 Subject: [PATCH] Back out temp change to cover_flow --- src/calibre/gui2/cover_flow.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/calibre/gui2/cover_flow.py b/src/calibre/gui2/cover_flow.py index 27f8687b22..3bd554e891 100644 --- a/src/calibre/gui2/cover_flow.py +++ b/src/calibre/gui2/cover_flow.py @@ -67,9 +67,7 @@ if pictureflow is not None: return ans def reset(self): - from PyQt4.Qt import SIGNAL ### TEMP - self.emit(SIGNAL('dataChanged()')) # TEMP -# self.dataChanged.emit() + self.dataChanged.emit() def image(self, index): return self.model.cover(index)