main: Adapt to new plugin API

This commit is contained in:
Jasper St. Pierre 2012-06-05 13:21:51 -04:00
parent 06febdce22
commit b07345a55c

View File

@ -358,7 +358,7 @@ main (int argc, char **argv)
g_option_context_free (ctx); g_option_context_free (ctx);
meta_plugin_type_register (gnome_shell_plugin_get_type ()); meta_plugin_manager_set_plugin_type (gnome_shell_plugin_get_type ());
/* Prevent meta_init() from causing gtk to load gail and at-bridge */ /* Prevent meta_init() from causing gtk to load gail and at-bridge */
g_setenv ("NO_GAIL", "1", TRUE); g_setenv ("NO_GAIL", "1", TRUE);