panel-list: Remove Details subsection
As per the latest mockups, the Details section is a toplevel section, and not an actual subsection. Remove all the code that implemented Details as a subsection, and simply treat these panels as toplevel ones.
This commit is contained in:
parent
3576133654
commit
f0d246a8b0
4 changed files with 4 additions and 116 deletions
|
@ -277,10 +277,6 @@ update_list_title (CcWindow *self)
|
|||
title = g_strdup (_("Privacy"));
|
||||
break;
|
||||
|
||||
case CC_PANEL_LIST_DETAILS:
|
||||
title = g_strdup (_("Details"));
|
||||
break;
|
||||
|
||||
case CC_PANEL_LIST_DEVICES:
|
||||
title = g_strdup (_("Devices"));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue