From 3a859c909012eb2125cd426390964081a62897b3 Mon Sep 17 00:00:00 2001
From: Lukas Ladenberger <lukas.ladenberger@googlemail.com>
Date: Wed, 18 Jul 2012 09:51:42 +0200
Subject: [PATCH] wired some missing observer with controls

---
 de.bmotionstudio.gef.editor/plugin.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/de.bmotionstudio.gef.editor/plugin.xml b/de.bmotionstudio.gef.editor/plugin.xml
index 3fbc75d6..c1986900 100644
--- a/de.bmotionstudio.gef.editor/plugin.xml
+++ b/de.bmotionstudio.gef.editor/plugin.xml
@@ -376,6 +376,9 @@
             <control
                   id="de.bmotionstudio.gef.editor.checkbox">
             </control>
+            <control
+                  id="de.bmotionstudio.gef.editor.ellipse">
+            </control>
          </observer>
          <observer
                id="de.bmotionstudio.gef.editor.observer.SimpleValueDisplay">
@@ -418,6 +421,12 @@
             <control
                   id="de.bmotionstudio.gef.editor.connection">
             </control>
+            <control
+                  id="de.bmotionstudio.gef.editor.ellipse">
+            </control>
+            <control
+                  id="de.bmotionstudio.gef.editor.textfield">
+            </control>
          </observer>
          <observer
                id="de.bmotionstudio.gef.editor.observer.SwitchChildCoordinates">
@@ -454,6 +463,12 @@
             <control
                   id="de.bmotionstudio.gef.editor.connection">
             </control>
+            <control
+                  id="de.bmotionstudio.gef.editor.ellipse">
+            </control>
+            <control
+                  id="de.bmotionstudio.gef.editor.textfield">
+            </control>
          </observer>
          <observer
                id="de.bmotionstudio.gef.editor.observer.SwitchImage">
-- 
GitLab