Provide plugins with Osso context
[cinaest] / src / plugins / google-plugin.vala
index 534c139..3ef966c 100644 (file)
@@ -22,7 +22,7 @@ using Hildon;
 class GooglePlugin : Plugin {
        List<MovieSource> sources;
 
-       public override void hello (Gtk.Window window) {
+       public override void hello (Gtk.Window window, Osso.Context context) {
                stdout.printf ("Google Plugin Loaded.\n");
 
                var source = new GoogleSource ();