Index: fact/Evidence/GUI.cc
===================================================================
--- fact/Evidence/GUI.cc	(revision 12941)
+++ fact/Evidence/GUI.cc	(revision 12942)
@@ -361,4 +361,6 @@
 void EddPlot::AddService(QString Name, int Index) {
 
+  if (Index < 0) Index = 0;
+  
   // Check if curve already present on plot
   for (int i=0; i<List.size(); i++) {
