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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 06 Nov 2012 17:46:49 +0100
changeset 32
107e51521b1e
parent 31
cdf056680894
child 33
092045ad1bdb

Fixed an issue introduced by the last change.

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

eric ide

mercurial