diff options
Diffstat (limited to 'data/empathy.schemas.in')
-rw-r--r-- | data/empathy.schemas.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 8820da1bf..fb068e5bd 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -261,6 +261,36 @@ </schema> <schema> + <key>/schemas/apps/empathy/notifications/notifications_contact_signin</key> + <applyto>/apps/empathy/notifications/notifications_contact_signin</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Popup notifications when a contact sign in</short> + <long> + Whether or not to show a popup notification when a contact goes + online. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/notifications/notifications_contact_signout</key> + <applyto>/apps/empathy/notifications/notifications_contact_signout</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Popup notifications when a contact sign out</short> + <long> + Whether or not to show a popup notification when a contact goes + offline. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/empathy/ui/separate_chat_windows</key> <applyto>/apps/empathy/ui/separate_chat_windows</applyto> <owner>empathy</owner> |