fix crash when a bookmarked housing has been removed from website

This commit is contained in:
Romain Bignon 2012-02-22 12:59:57 +01:00
commit cf58a18f00

View file

@ -222,6 +222,9 @@ class MainWindow(QtMainWindow):
self.process = None
return
if not housing:
return
item = HousingListWidgetItem(housing)
item.setAttrs(self.storage)