eric6/WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py

changeset 8559
dc5248bd4ed3
parent 8218
7c09585bd960
equal deleted inserted replaced
8544:ea3d92626170 8559:dc5248bd4ed3
279 """ 279 """
280 currentList = self.tabWidget.currentWidget() 280 currentList = self.tabWidget.currentWidget()
281 while currentList.topLevelItemCount() > 0: 281 while currentList.topLevelItemCount() > 0:
282 itm = currentList.takeTopLevelItem(0) # __IGNORE_WARNING__ 282 itm = currentList.takeTopLevelItem(0) # __IGNORE_WARNING__
283 del itm 283 del itm
284 self.__updateGeoButtons() 284 self.__updateButtons()
285 285
286 def getData(self): 286 def getData(self):
287 """ 287 """
288 Public method to retrieve the dialog contents. 288 Public method to retrieve the dialog contents.
289 289

eric ide

mercurial