diff options
author | Bastien Nocera <hadess@hadess.net> | 2009-06-15 15:48:51 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2009-06-15 15:48:51 +0100 |
commit | 03fcb097d5eb5fae33c49926789740b7914e9b17 (patch) | |
tree | 5790e9da4b67dcc532d7192ad7f545a9aeb699d4 /wizard | |
parent | b65b0f39a39f0f9572afc24adf23326a5122ad22 (diff) | |
download | gnome-bluetooth-03fcb097d5eb5fae33c49926789740b7914e9b17.tar.gz |
Use the chooser's discovery methods in the wizard
So we can stop/start the spinner as expected. And export
_stop_discovery ().
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/main.c b/wizard/main.c index 6778ce45..112b5a21 100644 --- a/wizard/main.c +++ b/wizard/main.c @@ -370,9 +370,9 @@ void prepare_callback(GtkWidget *assistant, if (page == page_search) { complete = set_page_search_complete (); - bluetooth_client_start_discovery(client); + bluetooth_chooser_start_discovery(selector); } else { - bluetooth_client_stop_discovery(client); + bluetooth_chooser_stop_discovery(selector); } if (page == page_setup) { |