windows, i love you, more
[ardour.git] / libs / pbd / controllable.cc
index b0aeaac2c08101d603805b954647193e2c8d97f1..58ae731fbe39c5c484a537c5132e1d41f7025f11 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -143,8 +143,8 @@ Controllable::set_state (const XMLNode& node, int /*version*/)
                float val;
 
                if (sscanf (prop->value().c_str(), "%f", &val) == 1) {
-                       set_value (val);
-               } 
+                       set_value (val, NoGroup);
+               }
         }
 
         return 0;