[gnome-bluetooth] properties: Update for removed bluetooth_chooser_get_type_column()
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] properties: Update for removed bluetooth_chooser_get_type_column()
- Date: Tue, 18 Oct 2011 15:56:26 +0000 (UTC)
commit c886e46caf3b6917fb9e61f852439c8cf5b38cfc
Author: Bastien Nocera <hadess hadess net>
Date: Tue Oct 18 16:23:47 2011 +0100
properties: Update for removed bluetooth_chooser_get_type_column()
properties/cc-bluetooth-panel.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/properties/cc-bluetooth-panel.c b/properties/cc-bluetooth-panel.c
index fa6ad8f..79711c3 100644
--- a/properties/cc-bluetooth-panel.c
+++ b/properties/cc-bluetooth-panel.c
@@ -769,14 +769,13 @@ cc_bluetooth_panel_init (CcBluetoothPanel *self)
g_object_set (self->priv->chooser,
"show-searching", FALSE,
"show-device-type", FALSE,
+ "show-device-type-column", FALSE,
"show-device-category", FALSE,
"show-pairing", FALSE,
"show-connected", FALSE,
"device-category-filter", BLUETOOTH_CATEGORY_PAIRED_OR_TRUSTED,
"no-show-all", TRUE,
NULL);
- column = bluetooth_chooser_get_type_column (BLUETOOTH_CHOOSER (self->priv->chooser));
- gtk_tree_view_column_set_visible (column, FALSE);
column = bluetooth_chooser_get_device_column (BLUETOOTH_CHOOSER (self->priv->chooser));
gtk_tree_view_column_set_title (column, _("Devices"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]