gnome-bluetooth r575 - trunk/applet



Author: hadess
Date: Tue Apr  7 16:39:20 2009
New Revision: 575
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=575&view=rev

Log:
Fix warning due to wrong GConf key being used


Modified:
   trunk/applet/main.c

Modified: trunk/applet/main.c
==============================================================================
--- trunk/applet/main.c	(original)
+++ trunk/applet/main.c	Tue Apr  7 16:39:20 2009
@@ -46,7 +46,7 @@
 static gboolean show_icon_pref = TRUE;
 
 #define PREF_DIR		"/apps/bluetooth-manager"
-#define PREF_SHOW_ICON		PREF_DIR "/icon_policy"
+#define PREF_SHOW_ICON		PREF_DIR "/show_icon"
 
 static GConfClient* gconf;
 static BluetoothKillswitch *killswitch = NULL;



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