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:
parent
255a1ab948
commit
3860a2e2af
6 changed files with 145 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue