Index: /trunk/FACT++/src/drivectrl.cc
===================================================================
--- /trunk/FACT++/src/drivectrl.cc	(revision 13221)
+++ /trunk/FACT++/src/drivectrl.cc	(revision 13222)
@@ -897,5 +897,5 @@
         }
 
-        const string name(ptr);
+        const string name(Tools::TrimQuotes(ptr));
 
         const sources::const_iterator it = fSources.find(name);
@@ -1073,5 +1073,5 @@
              "|Angle[deg]:Wobble angle");
 
-        T::AddEvent("TRACK_SOURCE", "D:2;W", kStateArmed)   // ->RADEC/GRB
+        T::AddEvent("TRACK_SOURCE", "D:2;C"/*, kStateArmed*/)   // ->RADEC/GRB
             (bind(&StateMachineDrive::Track, this, placeholders::_1))
             ("Move the telescope to the given wobble position around the given source and start tracking"
