[gnome-bluetooth] Use correct command for Bluetooth preferences



commit 07c499ad045f9e418e3537806da212b59dbfb7d5
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jul 21 14:43:41 2010 +0100

    Use correct command for Bluetooth preferences
    
    Using gnome-control-center, not bluetooth-properties

 applet/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/applet/main.c b/applet/main.c
index aa9d92b..aaab4eb 100644
--- a/applet/main.c
+++ b/applet/main.c
@@ -85,7 +85,7 @@ void quit_callback(GObject *widget, gpointer user_data)
 
 void settings_callback(GObject *widget, gpointer user_data)
 {
-	const char *command = "bluetooth-properties";
+	const char *command = "gnome-control-center bluetooth";
 
 	if (!g_spawn_command_line_async(command, NULL))
 		g_printerr("Couldn't execute command: %s\n", command);



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