[gnome-bluetooth] 2.90.0



commit 441ea1f5e426be67e550be5936a444649d5b0570
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jun 29 22:40:57 2010 +0100

    2.90.0
    
    And update nautilus-sendto plugin for build

 NEWS                            |   17 +++++++++++++++++
 configure.ac                    |    4 ++--
 sendto/nautilus-sendto-plugin.c |    1 -
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index b5eb943..b5e63eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+ver 2.90.0:
+- Port to GSettings, GTK+ 3.x and GtkApplication
+- Use GBinding instead of copy/paste Seahorse code
+- Plenty of killswitch bug fixes
+
+Applet:
+	- Fix browsing a device when already mounted
+	- Use symbolic icons
+
+Properties:
+	- Port to gnome-control-center 3.x API
+	- Add a specific page when Bluetooth is hard-blocked
+
+Moblin/MeeGo:
+	- Use bluetoothd backed power switch
+	- Some re-designs for meego
+
 ver 2.30.0:
 - Updated translations
 - Add PIN code for Navman GPS
diff --git a/configure.ac b/configure.ac
index fa62680..16ad4a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.52)
 
 m4_define(gnomebt_version_major, 2)
-m4_define(gnomebt_version_minor, 30)
+m4_define(gnomebt_version_minor, 90)
 m4_define(gnomebt_version_micro, 0)
 
 AC_INIT([gnome-bluetooth],
@@ -72,7 +72,7 @@ GTK_REQUIRED=2.19.1
 GLIB_REQUIRED=2.25.7
 DBUS_GLIB_REQUIRED=0.74
 NOTIFY_REQUIRED=0.5.1
-NAUTILUS_SENDTO_REQUIRED=2.28.0.1
+NAUTILUS_SENDTO_REQUIRED=2.29.0
 
 dnl Requires for the properties window
 PANELS_DIR="${libdir}/control-center-1/panels"
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]