[gnome-shell] main: Adapt to new plugin API



commit b07345a55c4e8e096abe6b24d2d6e2d95ba80454
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Jun 5 13:21:51 2012 -0400

    main: Adapt to new plugin API

 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 9852890..867f0df 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]