TimeTracker/TimeTracker.py

changeset 93
7ffe7ae4947d
parent 92
81b63c2dc40c
child 94
a3d936304e51
diff -r 81b63c2dc40c -r 7ffe7ae4947d TimeTracker/TimeTracker.py
--- a/TimeTracker/TimeTracker.py	Wed Dec 30 11:02:12 2020 +0100
+++ b/TimeTracker/TimeTracker.py	Sun Apr 25 17:13:50 2021 +0200
@@ -475,11 +475,7 @@
         """
         Private slot to handle the activation of the project browser.
         """
-        try:
-            uiLayoutType = self.__ui.getLayoutType()
-        except AttributeError:
-            # backward compatibility for eric < 18.08
-            uiLayoutType = self.__ui.layoutType
+        uiLayoutType = self.__ui.getLayoutType()
         
         if uiLayoutType == "Toolboxes":
             self.__ui.hToolboxDock.show()

eric ide

mercurial