Helpviewer/CookieJar/CookieExceptionsModel.py

changeset 5024
dc6bb54dfd91
parent 4843
c43d8f32e100
child 5389
9b1c800daff3
equal deleted inserted replaced
5023:eb1047980eca 5024:dc6bb54dfd91
225 if otherRule in removeList1: 225 if otherRule in removeList1:
226 removeList1.remove(otherRule) 226 removeList1.remove(otherRule)
227 if otherRule in removeList2: 227 if otherRule in removeList2:
228 removeList2.remove(otherRule) 228 removeList2.remove(otherRule)
229 229
230 self.__cookieJar.setAllowedCookies(self.__allowedCookies)
231 self.__cookieJar.setBlockedCookies(self.__blockedCookies)
232 self.__cookieJar.setAllowForSessionCookies(self.__sessionCookies)
233
230 self.beginResetModel() 234 self.beginResetModel()
231 self.endResetModel() 235 self.endResetModel()

eric ide

mercurial