[gnome-bluetooth/gnome-2-32] Fix sendto plugin with newer nautilus-sendto



commit f471d694ddd48d4a1b5ccd0e59c6dd7d5234a55d
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 13 11:54:06 2010 +0100

    Fix sendto plugin with newer nautilus-sendto
    
    Spotted by Roman Yepishev <roman yepishev gmail com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629453

 configure.ac                    |    2 +-
 sendto/nautilus-sendto-plugin.c |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4618acd..48f1234 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,7 @@ GTK_REQUIRED=2.19.1
 GLIB_REQUIRED=2.25.7
 DBUS_GLIB_REQUIRED=0.74
 NOTIFY_REQUIRED=0.4.3
-NAUTILUS_SENDTO_REQUIRED=2.28.0.1
+NAUTILUS_SENDTO_REQUIRED=2.31.7
 
 dnl Requires for the properties window
 PKG_CHECK_MODULES(PROPS,
diff --git a/sendto/nautilus-sendto-plugin.c b/sendto/nautilus-sendto-plugin.c
index 430f506..a73f3a7 100644
--- a/sendto/nautilus-sendto-plugin.c
+++ b/sendto/nautilus-sendto-plugin.c
@@ -261,7 +261,6 @@ NstPluginInfo plugin_info = {
 	"bluetooth",
 	N_("Bluetooth (OBEX Push)"),
 	GETTEXT_PACKAGE,
-	FALSE,
 	NAUTILUS_CAPS_NONE,
 	init,
 	get_contacts_widget,



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