[gnome-control-center/gnome-3-24] network: Remove unused "title" column from devices liststore
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-24] network: Remove unused "title" column from devices liststore
- Date: Wed, 17 May 2017 13:28:39 +0000 (UTC)
commit df347351dea77796a5bfb719d6ac03faaaa58fd1
Author: Benjamin Berg <bberg redhat com>
Date: Fri Feb 17 20:27:59 2017 +0100
network: Remove unused "title" column from devices liststore
The title column is not used as the title is fetched from the net object
on the fly when it is needed.
https://bugzilla.gnome.org/show_bug.cgi?id=778685
panels/network/cc-network-panel.c | 1 -
panels/network/network.ui | 2 --
2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c
index 0a29c92..363b9d1 100644
--- a/panels/network/cc-network-panel.c
+++ b/panels/network/cc-network-panel.c
@@ -80,7 +80,6 @@ struct _CcNetworkPanelPrivate
enum {
PANEL_DEVICES_COLUMN_ICON,
- PANEL_DEVICES_COLUMN_TITLE,
PANEL_DEVICES_COLUMN_SORT,
PANEL_DEVICES_COLUMN_OBJECT,
PANEL_DEVICES_COLUMN_LAST
diff --git a/panels/network/network.ui b/panels/network/network.ui
index 61a9975..8f3be26 100644
--- a/panels/network/network.ui
+++ b/panels/network/network.ui
@@ -21,8 +21,6 @@
<columns>
<!-- column-name icon -->
<column type="gchararray"/>
- <!-- column-name title -->
- <column type="gchararray"/>
<!-- column-name sort -->
<column type="gchararray"/>
<!-- column-name object -->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]