summaryrefslogtreecommitdiff
path: root/lib/bluetooth-chooser-button.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-01-18 16:37:25 +0000
committerBastien Nocera <hadess@hadess.net>2012-01-18 16:40:46 +0000
commite80873399fa3a4cf412d2d12e7ed57f610975e7f (patch)
treeab8b6a825c5df77f3d4ca8663b12c69c596f36b6 /lib/bluetooth-chooser-button.c
parentd0465c0d4a2c61d7899c9943a74d032bbe6a661b (diff)
downloadgnome-bluetooth-e80873399fa3a4cf412d2d12e7ed57f610975e7f.tar.gz
lib: Remove "title" property from chooser
It's not a good way to show instructions, let's make the applications show their own instructions instead.
Diffstat (limited to 'lib/bluetooth-chooser-button.c')
-rw-r--r--lib/bluetooth-chooser-button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bluetooth-chooser-button.c b/lib/bluetooth-chooser-button.c
index 15d812ad..4a3582a4 100644
--- a/lib/bluetooth-chooser-button.c
+++ b/lib/bluetooth-chooser-button.c
@@ -214,7 +214,7 @@ bluetooth_chooser_button_clicked (GtkButton *widget)
gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (button->dialog))), 2);
/* Create the button->chooser */
- button->chooser = bluetooth_chooser_new (NULL);
+ button->chooser = bluetooth_chooser_new ();
g_signal_connect(button->chooser, "selected-device-changed",
G_CALLBACK(select_device_changed), button);
g_signal_emit (G_OBJECT (button),