--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Mon Nov 12 17:46:11 2012 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Mon Nov 12 19:04:11 2012 +0100 @@ -21,8 +21,6 @@ from .Ui_HgLogBrowserDialog import Ui_HgLogBrowserDialog from .HgDiffDialog import HgDiffDialog -import UI.PixmapCache - import Preferences COLORNAMES = ["blue", "darkgreen", "red", "green", "darkblue", "purple", @@ -94,7 +92,6 @@ self.toDate.setDate(QDate.currentDate()) self.fieldCombo.setCurrentIndex(self.fieldCombo.findText( self.trUtf8("Message"))) - self.clearRxEditButton.setIcon(UI.PixmapCache.getIcon("clearLeft.png")) self.limitSpinBox.setValue(self.vcs.getPlugin().getPreferences( "LogLimit")) self.stopCheckBox.setChecked(self.vcs.getPlugin().getPreferences( @@ -1204,13 +1201,6 @@ self.messageEdit.clear() self.filesTree.clear() - @pyqtSlot() - def on_clearRxEditButton_clicked(self): - """ - Private slot called by a click of the clear RX edit button. - """ - self.rxEdit.clear() - @pyqtSlot(bool) def on_stopCheckBox_clicked(self, checked): """