[totem] Fix plugin manager creation with new libpeas
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Fix plugin manager creation with new libpeas
- Date: Mon, 4 Oct 2010 22:55:09 +0000 (UTC)
commit e5703515b90ddcbd023f1383280c87074091ec8e
Author: Bastien Nocera <hadess hadess net>
Date: Mon Oct 4 23:49:06 2010 +0100
Fix plugin manager creation with new libpeas
src/totem-menu.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-menu.c b/src/totem-menu.c
index 1d19d2d..d7fbfdf 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -1235,7 +1235,7 @@ plugins_action_callback (GtkAction *action, Totem *totem)
G_CALLBACK (totem_plugins_response_cb),
NULL, 0);
- manager = peas_gtk_plugin_manager_new (PEAS_ENGINE (totem->engine));
+ manager = peas_gtk_plugin_manager_new ();
gtk_widget_show_all (GTK_WIDGET (manager));
gtk_container_add (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (totem->plugins))),
manager);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]