--- a/Network/IRC/IrcNetworkListDialog.py Sat May 17 19:58:49 2014 +0200 +++ b/Network/IRC/IrcNetworkListDialog.py Sun May 18 14:13:09 2014 +0200 @@ -44,7 +44,7 @@ def __checkButtons(self): """ - Public slot to set the enabled state of the buttons. + Private slot to set the enabled state of the buttons. """ enable = True selectedItems = self.networksList.selectedItems() @@ -119,7 +119,7 @@ @pyqtSlot() def on_networksList_itemSelectionChanged(self): """ - Privat slot to handle changes of the selection of networks. + Private slot to handle changes of the selection of networks. """ self.__checkButtons()