diff options
author | Ted Gould <ted@gould.cx> | 2010-04-07 13:45:47 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-07 13:45:47 -0500 |
commit | d268b36aa4b078efe0cd4014358360c32ddf58a3 (patch) | |
tree | 7c52ae577fff77c4540dfe113dac734a71108d89 /data | |
parent | cf5ace2d77add0de49cbe888b1b9cb57a4463d00 (diff) | |
parent | 9c92ecca86b835536b70b34b1f53719c287306da (diff) | |
download | ayatana-indicator-session-d268b36aa4b078efe0cd4014358360c32ddf58a3.tar.gz ayatana-indicator-session-d268b36aa4b078efe0cd4014358360c32ddf58a3.tar.bz2 ayatana-indicator-session-d268b36aa4b078efe0cd4014358360c32ddf58a3.zip |
* Upstream Merge
* Making restart and shutdown items configurable (LP: #548810)
Diffstat (limited to 'data')
-rw-r--r-- | data/indicator-session.schemas.in | 42 |
1 files changed, 32 insertions, 10 deletions
diff --git a/data/indicator-session.schemas.in b/data/indicator-session.schemas.in index bb8a147..f4e70da 100644 --- a/data/indicator-session.schemas.in +++ b/data/indicator-session.schemas.in @@ -2,16 +2,16 @@ <gconfschemafile> <schemalist> <schema> - <key>/schemas/apps/indicator-session/suppress_logout_restart_shutdown</key> - <applyto>/apps/indicator-session/suppress_logout_restart_shutdown</applyto> - <owner>indicator-session</owner> - <type>bool</type> - <default>FALSE</default> - <locale name="C"> - <short>Suppress the dialog to confirm logout, restart and shutdown action</short> - <long>Whether or not to show confirmation dialogs for logout, - restart and shutdown actions.</long> - </locale> + <key>/schemas/apps/indicator-session/suppress_logout_restart_shutdown</key> + <applyto>/apps/indicator-session/suppress_logout_restart_shutdown</applyto> + <owner>indicator-session</owner> + <type>bool</type> + <default>FALSE</default> + <locale name="C"> + <short>Suppress the dialog to confirm logout, restart and shutdown action</short> + <long>Whether or not to show confirmation dialogs for logout, + restart and shutdown actions.</long> + </locale> </schema> <schema> <key>/schemas/apps/indicator-session/suppress_logout_menuitem</key> @@ -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> |