gnome-bluetooth r372 - trunk/common



Author: hadess
Date: Thu Feb 26 17:57:04 2009
New Revision: 372
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=372&view=rev

Log:
0 means device type is unknown

Otherwise things show up as "All types" instead of "Unknown" in the
choosers.

Modified:
   trunk/common/bluetooth-client.c

Modified: trunk/common/bluetooth-client.c
==============================================================================
--- trunk/common/bluetooth-client.c	(original)
+++ trunk/common/bluetooth-client.c	Thu Feb 26 17:57:04 2009
@@ -205,7 +205,7 @@
 		break;
 	}
 
-	return BLUETOOTH_TYPE_ANY;
+	return 0;
 }
 
 typedef gboolean (*IterSearchFunc) (GtkTreeStore *store,



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