Removed obsolete TODO markers.

Fri, 28 Jun 2024 17:20:46 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 28 Jun 2024 17:20:46 +0200
changeset 17
8c52c75a860c
parent 16
c06fb4cb120e
child 18
df1986d93746

Removed obsolete TODO markers.

PipxInterface/PipxWidget.py file | annotate | diff | comparison | revisions
PluginPipxInterface.py file | annotate | diff | comparison | revisions
--- a/PipxInterface/PipxWidget.py	Fri Jun 28 17:19:26 2024 +0200
+++ b/PipxInterface/PipxWidget.py	Fri Jun 28 17:20:46 2024 +0200
@@ -58,7 +58,6 @@
         else:
             self.layout().setContentsMargins(0, 0, 0, 0)
 
-        # TODO: set the various icons
         self.pipxMenuButton.setIcon(EricPixmapCache.getIcon("superMenu"))
         self.refreshButton.setIcon(EricPixmapCache.getIcon("reload"))
         self.installButton.setIcon(EricPixmapCache.getIcon("plus"))
--- a/PluginPipxInterface.py	Fri Jun 28 17:19:26 2024 +0200
+++ b/PluginPipxInterface.py	Fri Jun 28 17:20:46 2024 +0200
@@ -148,7 +148,6 @@
         self.__initialize()
 
         self.__defaults = {
-            # TODO: fill this dictionary with preferences default values
             "RecentAppWorkdirs": [],
             "MaxRecentAppWorkdirs": 20,
         }

eric ide

mercurial