aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-15 21:25:33 -0500
committerTed Gould <ted@gould.cx>2010-03-15 21:25:33 -0500
commit4c19fcf5d137c16beacdcda830366f473d34532b (patch)
tree4e3781e8a895d5d0e165b8c86b9a9b1533b3a55b /data
parent39e00ebbbf5a23620a3e8b7a46d759913cc7fcd2 (diff)
downloadayatana-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')
-rw-r--r--data/indicator-session.schemas.in11
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>