Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 2223
054c285dab38
parent 1906
8487f9c2533b
child 2302
f29e9405c851
diff -r 105f425944a2 -r 054c285dab38 Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py
--- 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):
         """

eric ide

mercurial