From 79c9706e99fb458644f12cce7b7b37a78d36f6dd Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 6 Apr 2010 16:54:46 -0500 Subject: Adding configuration options for the restart menuitem and the shutdown one. --- data/indicator-session.schemas.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'data') diff --git a/data/indicator-session.schemas.in b/data/indicator-session.schemas.in index bb8a147..3380c94 100644 --- a/data/indicator-session.schemas.in +++ b/data/indicator-session.schemas.in @@ -24,5 +24,27 @@ Makes it so that the logout button doesn't show in the session menu. + + /schemas/apps/indicator-session/suppress_restart_menuitem + /apps/indicator-session/suppress_restart_menuitem + indicator-session + bool + FALSE + + Remove the Restart item from the session menu + Makes it so that the restart button doesn't show in the session menu. + + + + /schemas/apps/indicator-session/suppress_shutdown_menuitem + /apps/indicator-session/suppress_shutdown_menuitem + indicator-session + bool + FALSE + + Remove the shutdown item from the session menu + Makes it so that the shutdown button doesn't show in the session menu. + + -- cgit v1.2.3 From fd1e69241e772a7f9f463ce98bf532c78fdf91f5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 6 Apr 2010 16:56:04 -0500 Subject: Formatting --- data/indicator-session.schemas.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'data') diff --git a/data/indicator-session.schemas.in b/data/indicator-session.schemas.in index 3380c94..f4e70da 100644 --- a/data/indicator-session.schemas.in +++ b/data/indicator-session.schemas.in @@ -2,16 +2,16 @@ - /schemas/apps/indicator-session/suppress_logout_restart_shutdown - /apps/indicator-session/suppress_logout_restart_shutdown - indicator-session - bool - FALSE - - Suppress the dialog to confirm logout, restart and shutdown action - Whether or not to show confirmation dialogs for logout, - restart and shutdown actions. - + /schemas/apps/indicator-session/suppress_logout_restart_shutdown + /apps/indicator-session/suppress_logout_restart_shutdown + indicator-session + bool + FALSE + + Suppress the dialog to confirm logout, restart and shutdown action + Whether or not to show confirmation dialogs for logout, + restart and shutdown actions. + /schemas/apps/indicator-session/suppress_logout_menuitem -- cgit v1.2.3