diff options
author | Ted Gould <ted@gould.cx> | 2010-04-06 16:54:46 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-06 16:54:46 -0500 |
commit | 79c9706e99fb458644f12cce7b7b37a78d36f6dd (patch) | |
tree | 686df1bbe9278d0297fb245d02771267ba3d0407 | |
parent | e822834a58b32ebf9ecc85a2e2dc159d416ec3ed (diff) | |
download | ayatana-indicator-session-79c9706e99fb458644f12cce7b7b37a78d36f6dd.tar.gz ayatana-indicator-session-79c9706e99fb458644f12cce7b7b37a78d36f6dd.tar.bz2 ayatana-indicator-session-79c9706e99fb458644f12cce7b7b37a78d36f6dd.zip |
Adding configuration options for the restart menuitem and the shutdown one.
-rw-r--r-- | data/indicator-session.schemas.in | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ <long>Makes it so that the logout button doesn't show in the session menu.</long> </locale> </schema> + <schema> + <key>/schemas/apps/indicator-session/suppress_restart_menuitem</key> + <applyto>/apps/indicator-session/suppress_restart_menuitem</applyto> + <owner>indicator-session</owner> + <type>bool</type> + <default>FALSE</default> + <locale name="C"> + <short>Remove the Restart item from the session menu</short> + <long>Makes it so that the restart button doesn't show in the session menu.</long> + </locale> + </schema> + <schema> + <key>/schemas/apps/indicator-session/suppress_shutdown_menuitem</key> + <applyto>/apps/indicator-session/suppress_shutdown_menuitem</applyto> + <owner>indicator-session</owner> + <type>bool</type> + <default>FALSE</default> + <locale name="C"> + <short>Remove the shutdown item from the session menu</short> + <long>Makes it so that the shutdown button doesn't show in the session menu.</long> + </locale> + </schema> </schemalist> </gconfschemafile> |