[gnome-bluetooth] Select the first device when testing the combo



commit c8a8627d2f310bd6169aa342f959af53e81cae77
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 17 16:29:56 2009 +0000

    Select the first device when testing the combo

 lib/test-deviceselection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/test-deviceselection.c b/lib/test-deviceselection.c
index 9a5504c..6271bb8 100644
--- a/lib/test-deviceselection.c
+++ b/lib/test-deviceselection.c
@@ -378,7 +378,7 @@ int main(int argc, char **argv)
 		if (argc == 3)
 			dialog = create_combo_dialogue (argv[2]);
 		else
-			dialog = create_combo_dialogue (NULL);
+			dialog = create_combo_dialogue (BLUETOOTH_CHOOSER_COMBO_FIRST_DEVICE);
 	} else if (g_str_equal (selection, "filter")) {
 		dialog = create_filter_dialogue ();
 	} else {



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