Movie list store: use the poster factory to obtain movie poster thumbnails
[cinaest] / src / main.vala
index 9997eab..f580ccf 100644 (file)
@@ -20,7 +20,7 @@ using Hildon;
 
 public class CinaestProgram : Hildon.Program {
        MovieListWindow window;
-       List<Plugin> plugins;
+       public static List<Plugin> plugins;
 
        construct {
                Environment.set_application_name ("Cinæst");
@@ -72,13 +72,12 @@ public class CinaestProgram : Hildon.Program {
 
        static int main (string[] args) {
                Gtk.init (ref args);
-               Gdk.threads_init ();
 
                Intl.setlocale (LocaleCategory.ALL, "");
                Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.LOCALEDIR);
                Intl.textdomain (Config.GETTEXT_PACKAGE);
 
-               var osso_context = new Osso.Context ("org.maemo.garage.cinaest", Config.VERSION, true, null);
+               var osso_context = new Osso.Context ("org.maemo.cinaest", Config.VERSION, true, null);
                if (osso_context == null) {
                        return Osso.Status.ERROR;
                }