diff options
author | Ted Gould <ted@gould.cx> | 2010-04-06 22:34:18 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-06 22:34:18 -0500 |
commit | dfc07e29fc962fad1b87eb0f9eeb4ea3bfc4c840 (patch) | |
tree | 7e1d46826e5544ba257d9ee4593afe480d2c2ba1 /data | |
parent | cf5ace2d77add0de49cbe888b1b9cb57a4463d00 (diff) | |
parent | 58cb1d4475110e662fa2d67717daa5b263c3331e (diff) | |
download | ayatana-indicator-session-dfc07e29fc962fad1b87eb0f9eeb4ea3bfc4c840.tar.gz ayatana-indicator-session-dfc07e29fc962fad1b87eb0f9eeb4ea3bfc4c840.tar.bz2 ayatana-indicator-session-dfc07e29fc962fad1b87eb0f9eeb4ea3bfc4c840.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> |