diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:07:23 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:07:23 +0800 |
commit | 973bc4d1197ab108f0236ac2baf48678f20fb2aa (patch) | |
tree | b51c4e05f6c10d59e06693c9b036b746d550b0a2 /data/empathy.schemas.in | |
parent | 11cd817399ed680de67d840c913607b518c49429 (diff) | |
download | gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar.gz gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar.bz2 gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar.lz gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar.xz gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar.zst gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.zip |
Modify code to handle new preferences.
svn path=/trunk/; revision=2281
Diffstat (limited to 'data/empathy.schemas.in')
-rw-r--r-- | data/empathy.schemas.in | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index e8ed676e0..43a2f81a5 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -217,15 +217,45 @@ </schema> <schema> - <key>/schemas/apps/empathy/notifications/popup_when_contact_available</key> - <applyto>/apps/empathy/notifications/popup_when_contact_available</applyto> + <key>/schemas/apps/empathy/notifications/notifications_enabled</key> + <applyto>/apps/empathy/notifications/notifications_enabled</applyto> <owner>empathy</owner> <type>bool</type> <default>true</default> <locale name="C"> - <short>Enable popup when contact is available</short> + <short>Enable popup notifications for new messages</short> <long> - Whether or not to show a popup when a contact becomes available. + Whether or not to show a popup notification when receiving a new + message. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/notifications/notifications_disabled_away</key> + <applyto>/apps/empathy/notifications/notifications_disabled_away</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Disable popup notifications when away</short> + <long> + Whether or not to show popup notifications when away or busy. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/notifications/notifications_focus</key> + <applyto>/apps/empathy/notifications/notifications_focus</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Popup notifications if the chat isn't focused</short> + <long> + Whether or not to show a popup notification when receiving a new + message even if the chat is already opened, but not focused. </long> </locale> </schema> |