From b07345a55c4e8e096abe6b24d2d6e2d95ba80454 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 5 Jun 2012 13:21:51 -0400 Subject: [PATCH] main: Adapt to new plugin API --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 98528906b..867f0dfef 100644 --- a/src/main.c +++ b/src/main.c @@ -358,7 +358,7 @@ main (int argc, char **argv) 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 */ g_setenv ("NO_GAIL", "1", TRUE);