diff --git a/src/freedombone-controlpanel-user b/src/freedombone-controlpanel-user index 1343505fc8203964d9ab1114d2186661e2f2e572..55c2b61d6b56074052e3a551a22515d68ab65edb 100755 --- a/src/freedombone-controlpanel-user +++ b/src/freedombone-controlpanel-user @@ -796,12 +796,11 @@ function menu_top_level { 2 $"Change Email Filtering Rules" off \ 3 $"Run an App" off \ 4 $"Browse the Web" off \ - 5 $"File Synchronization" off \ - 6 $"My Encryption Keys" off \ - 7 $"Set an outgoing email proxy" off \ - 8 $"Administrator controls" off \ - 9 $"Exit to the command line" off \ - 10 $"Log out" on 2> $data + 5 $"My Encryption Keys" off \ + 6 $"Set an outgoing email proxy" off \ + 7 $"Administrator controls" off \ + 8 $"Exit to the command line" off \ + 9 $"Log out" on 2> $data sel=$? case $sel in 1) exit 1;;