gnome-bluetooth r372 - trunk/common
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-bluetooth r372 - trunk/common
- Date: Thu, 26 Feb 2009 17:57:04 +0000 (UTC)
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]