diff options
author | Ted Gould <ted@gould.cx> | 2010-03-15 21:25:33 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-15 21:25:33 -0500 |
commit | 4c19fcf5d137c16beacdcda830366f473d34532b (patch) | |
tree | 4e3781e8a895d5d0e165b8c86b9a9b1533b3a55b /data/indicator-session.schemas.in | |
parent | 39e00ebbbf5a23620a3e8b7a46d759913cc7fcd2 (diff) | |
download | ayatana-indicator-session-4c19fcf5d137c16beacdcda830366f473d34532b.tar.gz ayatana-indicator-session-4c19fcf5d137c16beacdcda830366f473d34532b.tar.bz2 ayatana-indicator-session-4c19fcf5d137c16beacdcda830366f473d34532b.zip |
Adding in a new gconf key for showing the logout button.
Diffstat (limited to 'data/indicator-session.schemas.in')
-rw-r--r-- | data/indicator-session.schemas.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/indicator-session.schemas.in b/data/indicator-session.schemas.in index 1db9226..bb8a147 100644 --- a/data/indicator-session.schemas.in +++ b/data/indicator-session.schemas.in @@ -13,5 +13,16 @@ restart and shutdown actions.</long> </locale> </schema> + <schema> + <key>/schemas/apps/indicator-session/suppress_logout_menuitem</key> + <applyto>/apps/indicator-session/suppress_logout_menuitem</applyto> + <owner>indicator-session</owner> + <type>bool</type> + <default>FALSE</default> + <locale name="C"> + <short>Remove the Log Out item from the session menu</short> + <long>Makes it so that the logout button doesn't show in the session menu.</long> + </locale> + </schema> </schemalist> </gconfschemafile> |