PluginManager/PluginRepositoryDialog.py

changeset 3112
9485059ea9fa
parent 3036
30c81c9e88b8
child 3113
2780e230f129
--- a/PluginManager/PluginRepositoryDialog.py	Tue Nov 26 19:19:15 2013 +0100
+++ b/PluginManager/PluginRepositoryDialog.py	Tue Nov 26 19:20:42 2013 +0100
@@ -13,7 +13,7 @@
 import zipfile
 
 from PyQt4.QtCore import pyqtSignal, pyqtSlot, Qt, QFile, QIODevice, QUrl, \
-    QProcess
+    QProcess, QDate
 from PyQt4.QtGui import QWidget, QDialogButtonBox, QAbstractButton, \
     QTreeWidgetItem, QDialog, QVBoxLayout
 from PyQt4.QtNetwork import QNetworkAccessManager, QNetworkRequest, \
@@ -212,6 +212,8 @@
         @param filename full path of the downloaded file (string)
         """
         self.__populateList()
+        Preferences.Prefs.settings.setValue(
+            "Updates/LastCheckDate", QDate.currentDate())
     
     def __downloadPluginDone(self, status, filename):
         """

eric ide

mercurial