[vinagre] Adapt to the new PeasGtkPluginManager API



commit 1a85f7d5939f09c313a4f7e7e3100c5e544ba51e
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Oct 8 10:29:10 2010 -0300

    Adapt to the new PeasGtkPluginManager API

 vinagre/vinagre-plugin-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-plugin-dialog.c b/vinagre/vinagre-plugin-dialog.c
index e889dc5..2438215 100644
--- a/vinagre/vinagre-plugin-dialog.c
+++ b/vinagre/vinagre-plugin-dialog.c
@@ -50,7 +50,7 @@ setup_plugins_page (VinagrePluginDialog *dlg)
 {
   GtkWidget *page_content;
 
-  page_content = peas_gtk_plugin_manager_new (PEAS_ENGINE (vinagre_plugins_engine_get_default ()));
+  page_content = peas_gtk_plugin_manager_new ();
   g_return_if_fail (page_content != NULL);
 
   gtk_container_add (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (dlg))),



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