main: Adapt to new plugin API
This commit is contained in:
parent
06febdce22
commit
b07345a55c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user