[nautilus-sendto] Port to libpeas 0.5.5



commit 4b0eae946b4354ab721663f615e96eed45d68033
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Aug 20 16:43:57 2010 +0100

    Port to libpeas 0.5.5

 configure.in                  |    2 +-
 src/nautilus-sendto-command.c |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 58b793b..3dfb130 100644
--- a/configure.in
+++ b/configure.in
@@ -39,7 +39,7 @@ NAUTILUS_EXTENSION=2.30.1
 DBUS_REQUIRED=1.0
 DBUS_GLIB_REQUIRED=0.60
 GUPNP_REQUIRED=0.13
-LIBPEAS_REQUIRED=0.5.4
+LIBPEAS_REQUIRED=0.5.5
 
 AC_SUBST(GLIB_REQUIRED)
 AC_SUBST(GTHREAD_REQUIRED)
diff --git a/src/nautilus-sendto-command.c b/src/nautilus-sendto-command.c
index f3042b7..9c165b9 100644
--- a/src/nautilus-sendto-command.c
+++ b/src/nautilus-sendto-command.c
@@ -382,7 +382,6 @@ nautilus_sendto_plugin_init (void)
 	/* Init engine */
 	paths = (char **) g_ptr_array_free (search_paths, FALSE);
 	engine = peas_engine_new ("Nst",
-				  LIBDIR,
 				  (const gchar **) paths);
 	g_free (user_dir);
 



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