diff -r 678f62706760 -r 5b5636320dca Plugins/PluginVmListspace.py --- a/Plugins/PluginVmListspace.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginVmListspace.py Sat Jul 24 18:10:28 2010 +0200 @@ -17,7 +17,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = False -version = "5.0.0" +version = "5.1.0" pluginType = "viewmanager" pluginTypename = "listspace" displayString = QT_TRANSLATE_NOOP('VmListspacePlugin', 'Listspace') @@ -68,4 +68,4 @@ Public method to deactivate this plugin. """ # do nothing for the moment - pass + pass \ No newline at end of file