shell: Add a new privacy section

This will be filled out in the next commits.

Probably doesn't build because it includes all the type funcs.
This commit is contained in:
Matthias Clasen 2018-12-11 14:15:48 -05:00 committed by Robert Ancell
parent 255a1ab948
commit 3860a2e2af
6 changed files with 145 additions and 14 deletions

View file

@ -273,6 +273,10 @@ update_list_title (CcWindow *self)
switch (view)
{
case CC_PANEL_LIST_PRIVACY:
title = g_strdup (_("Privacy"));
break;
case CC_PANEL_LIST_DETAILS:
title = g_strdup (_("Details"));
break;