Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py

changeset 2223
054c285dab38
parent 1764
ba0c21fd61f6
child 2302
f29e9405c851
--- a/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py	Mon Nov 12 17:46:11 2012 +0100
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py	Mon Nov 12 19:04:11 2012 +0100
@@ -19,8 +19,6 @@
 
 from .Ui_SvnLogBrowserDialog import Ui_SvnLogBrowserDialog
 
-import UI.PixmapCache
-
 import Preferences
 
 
@@ -55,7 +53,6 @@
         self.fromDate.setDate(QDate.currentDate())
         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("StopLogOnCopy"))
         
@@ -578,13 +575,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