attempting to fix things that are broken. Comitting so I can get the newer version.
[zzz-floof.git] / floof / model / search.py
index 37f2d5f..f03de51 100644 (file)
@@ -24,7 +24,7 @@ class GalleryWidget(Entity):
 
     @property
     def string(self):
-        return self.search
+        return self.search.string
 
     @string.setter
     def string(self, value):