diff options
author | Stefano Karapetsas <[email protected]> | 2012-08-03 12:26:32 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-08-03 12:26:32 +0200 |
commit | 2d7e34441f4d33dc1edb5e9871b66b4977069bae (patch) | |
tree | ba425475d77dcca3c86c22b13db0b44ba4912bd9 /data/mate-notification-daemon.schemas.in | |
parent | 597a9064e4d2df85d53726928e576a9be53d22fb (diff) | |
download | mate-notification-daemon-2d7e34441f4d33dc1edb5e9871b66b4977069bae.tar.bz2 mate-notification-daemon-2d7e34441f4d33dc1edb5e9871b66b4977069bae.tar.xz |
migrate to GSettings
Diffstat (limited to 'data/mate-notification-daemon.schemas.in')
-rw-r--r-- | data/mate-notification-daemon.schemas.in | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/data/mate-notification-daemon.schemas.in b/data/mate-notification-daemon.schemas.in deleted file mode 100644 index 117d144..0000000 --- a/data/mate-notification-daemon.schemas.in +++ /dev/null @@ -1,53 +0,0 @@ -<mateconfschemafile> - <schemalist> - - <schema> - <key>/schemas/apps/mate-notification-daemon/popup_location</key> - <applyto>/apps/mate-notification-daemon/popup_location</applyto> - <owner>mate-notification-daemon</owner> - <type>string</type> - <default>bottom_right</default> - <locale name="C"> - <short>Popup location</short> - <long>Default popup location on the workspace for stack notifications. Allowed values: "top_left","top_right","bottom_left" and "bottom_right"</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-notification-daemon/theme</key> - <applyto>/apps/mate-notification-daemon/theme</applyto> - <owner>mate-notification-daemon</owner> - <type>string</type> - <default>default</default> - <locale name="C"> - <short>Current theme</short> - <long>The theme used when displaying notifications.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-notification-daemon/sound_enabled</key> - <applyto>/apps/mate-notification-daemon/sound_enabled</applyto> - <owner>mate-notification-daemon</owner> - <type>bool</type> - <default>1</default> - <locale name="C"> - <short>Sound Enabled</short> - <long>Turns on and off sound support for notifications.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-notification-daemon/default_sound</key> - <applyto>/apps/mate-notification-daemon/default_sound</applyto> - <owner>mate-notification-daemon</owner> - <type>string</type> - <default></default> - <locale name="C"> - <short>Default Sound</short> - <long>The default sound file used unless a notification supplies the 'sound-file' or 'suppress-sound' hint. Leave empty for no default sound.</long> - </locale> - </schema> - - </schemalist> -</mateconfschemafile> |