[libpeas/implement-interfaces: 3/5] Use the new interface capabilities in peas-gtk.
- From: Steve Frécinaux <sfre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas/implement-interfaces: 3/5] Use the new interface capabilities in peas-gtk.
- Date: Tue, 31 Aug 2010 22:23:58 +0000 (UTC)
commit f86bf3533509551ee6e32972d1878fc376c602b1
Author: Steve Frécinaux <code istique net>
Date: Tue Aug 31 21:12:18 2010 +0200
Use the new interface capabilities in peas-gtk.
libpeas-gtk/peas-gtk-plugin-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libpeas-gtk/peas-gtk-plugin-manager.c b/libpeas-gtk/peas-gtk-plugin-manager.c
index b0d736e..6ee7aca 100644
--- a/libpeas-gtk/peas-gtk-plugin-manager.c
+++ b/libpeas-gtk/peas-gtk-plugin-manager.c
@@ -221,7 +221,7 @@ show_configure_cb (GtkWidget *widget,
exten = peas_engine_create_extension (pm->priv->engine, info, PEAS_GTK_TYPE_CONFIGURABLE, NULL);
g_return_if_fail (PEAS_IS_EXTENSION (exten));
- peas_extension_call (exten, "create_configure_widget", &conf_widget);
+ conf_widget = peas_gtk_configurable_create_configure_widget (PEAS_GTK_CONFIGURABLE (exten));
g_object_unref (exten);
g_return_if_fail (GTK_IS_WIDGET (conf_widget));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]