Fixed an issue introduced by the last change. release-0.3.0

Tue, 06 Nov 2012 17:48:49 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 06 Nov 2012 17:48:49 +0100
changeset 29
92db96274dd3
parent 28
63185c5ee09a
child 30
84d62a87b802

Fixed an issue introduced by the last change.

PluginTimeTracker.py file | annotate | diff | comparison | revisions
PluginTimeTracker.zip file | annotate | diff | comparison | revisions
--- a/PluginTimeTracker.py	Tue Nov 06 17:47:59 2012 +0100
+++ b/PluginTimeTracker.py	Tue Nov 06 17:48:49 2012 +0100
@@ -213,4 +213,4 @@
         @param value the value to be set
         @param prefClass preferences class used as the storage area
         """
-        Preferences.Prefs.settings.setValue("TimeTracker/" + key, value)
+        Preferences.Prefs.settings.setValue(self.PreferencesKey + "/" + key, value)
Binary file PluginTimeTracker.zip has changed

eric ide

mercurial