Added Hildon presentations for Main and Filessearch
[findit] / src / files / search.py
index ff4ff83..a7f38e3 100755 (executable)
@@ -217,3 +217,16 @@ class Gtk_Presentation(object):
         self.vbox.add(out_toplevel)
         out_toplevel.show_all()
 #        out_submodule.Gtk_Presentation().show_results(results)
+
+#==============================================================================
+
+class Hildon_Presentation(object):
+
+    def __init__(self, config, start_func):
+        import gtk
+        import hildon
+
+        self.config = config
+
+    def start_search(self, start_func):
+        pass