Fixed a typo in policy file (system"S")

This commit is contained in:
Daniel Nicoletti 2008-08-04 20:10:19 -03:00
parent 6f5aa6e87a
commit 0999e9cb36
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
</defaults>
</action>
<action id="org.freedesktop.packagekit.systems-sources-configure">
<action id="org.freedesktop.packagekit.system-sources-configure">
<_description>Change software source parameters</_description>
<_message>Authentication is required to change software source parameters</_message>
<icon_name>pk-package-info</icon_name>

View File

@ -114,7 +114,7 @@ pk_security_role_to_action (PkSecurity *security, gboolean trusted, PkRoleEnum r
policy = "org.freedesktop.packagekit.system-rollback";
} else if (role == PK_ROLE_ENUM_REPO_ENABLE ||
role == PK_ROLE_ENUM_REPO_SET_DATA) {
policy = "org.freedesktop.packagekit.systems-sources-configure";
policy = "org.freedesktop.packagekit.system-sources-configure";
} else if (role == PK_ROLE_ENUM_REFRESH_CACHE) {
policy = "org.freedesktop.packagekit.system-sources-refresh";
} else if (role == PK_ROLE_ENUM_SET_PROXY_PRIVATE) {