Field switching with combobox in Spline UI

Signed-off-by: Ravago Jones <ravagojones@gmail.com>
Change-Id: Ia2a23bb2f3c6bebf675ebd82fc97714a1bf864f8
diff --git a/frc971/control_loops/python/spline_graph.py b/frc971/control_loops/python/spline_graph.py
index 99c496b..258dcfa 100755
--- a/frc971/control_loops/python/spline_graph.py
+++ b/frc971/control_loops/python/spline_graph.py
@@ -53,7 +53,7 @@
         text = combo.get_active_text()
         if text is not None:
             print("Combo Clicked on: " + text)
-            #set_field(text)
+            self.field.set_field(FIELDS[text])
 
     def __init__(self):
         Gtk.Window.__init__(self)