diff options
author | Ted Gould <ted@gould.cx> | 2011-08-19 14:32:20 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-19 14:32:20 -0500 |
commit | 20b7a5e043b0c751791e775cb96094b53e38cb6f (patch) | |
tree | 3e5fdea51c35ab6a751a6fd5f9baacb771bd0372 /data/indicator-session.schemas.in | |
parent | 28389054bde478136f1337577f7bce3d65b03433 (diff) | |
download | ayatana-indicator-session-20b7a5e043b0c751791e775cb96094b53e38cb6f.tar.gz ayatana-indicator-session-20b7a5e043b0c751791e775cb96094b53e38cb6f.tar.bz2 ayatana-indicator-session-20b7a5e043b0c751791e775cb96094b53e38cb6f.zip |
Setting up convert script and completing the GSettings transition including translations
Diffstat (limited to 'data/indicator-session.schemas.in')
-rw-r--r-- | data/indicator-session.schemas.in | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/data/indicator-session.schemas.in b/data/indicator-session.schemas.in deleted file mode 100644 index f4e70da..0000000 --- a/data/indicator-session.schemas.in +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0"?> -<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> - </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> - <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> |