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)