diff options
-rw-r--r-- | data/empathy.schemas.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 2472238b3..e8ed676e0 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -160,7 +160,7 @@ <schema> <key>/schemas/apps/empathy/sounds/sounds_contact_login</key> - <applyto>/apps/empathy/sounds/sounds_contact_login/applyto> + <applyto>/apps/empathy/sounds/sounds_contact_login</applyto> <owner>empathy</owner> <type>bool</type> <default>true</default> @@ -175,7 +175,7 @@ <schema> <key>/schemas/apps/empathy/sounds/sounds_contact_logout</key> - <applyto>/apps/empathy/sounds/sounds_contact_logout/applyto> + <applyto>/apps/empathy/sounds/sounds_contact_logout</applyto> <owner>empathy</owner> <type>bool</type> <default>true</default> @@ -190,7 +190,7 @@ <schema> <key>/schemas/apps/empathy/sounds/sounds_service_login</key> - <applyto>/apps/empathy/sounds/sounds_service_login/applyto> + <applyto>/apps/empathy/sounds/sounds_service_login</applyto> <owner>empathy</owner> <type>bool</type> <default>false</default> @@ -204,7 +204,7 @@ <schema> <key>/schemas/apps/empathy/sounds/sounds_service_logout</key> - <applyto>/apps/empathy/sounds/sounds_service_logout/applyto> + <applyto>/apps/empathy/sounds/sounds_service_logout</applyto> <owner>empathy</owner> <type>bool</type> <default>false</default> |