diff options
author | Iain Lane <iain@orangesquash.org.uk> | 2014-03-19 17:40:24 +0000 |
---|---|---|
committer | Iain Lane <iain@orangesquash.org.uk> | 2014-03-19 17:40:24 +0000 |
commit | 3453ded59cf41640373b48c098d2222e69bacf6f (patch) | |
tree | 66abdfdcc1ebceeb643396c83a167f2175819ef8 | |
parent | d5b6485ae8f17525ddc6e2beacb4f7a5dce73bfa (diff) | |
download | ayatana-indicator-session-3453ded59cf41640373b48c098d2222e69bacf6f.tar.gz ayatana-indicator-session-3453ded59cf41640373b48c098d2222e69bacf6f.tar.bz2 ayatana-indicator-session-3453ded59cf41640373b48c098d2222e69bacf6f.zip |
Update some strings
-rw-r--r-- | data/com.canonical.indicator.session.gschema.xml.in | 2 | ||||
-rw-r--r-- | tests/test-service.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index 38c3846..d5e852e 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -28,7 +28,7 @@ <key type="b" name="user-show-menu"> <default>true</default> <summary>Show the list of users</summary> - <description>Allow for the user menu to be hidden by the user.</description> + <description>Allow for the user list to be hidden by the user.</description> </key> </schema> diff --git a/tests/test-service.cc b/tests/test-service.cc index 1f3272f..20c70f5 100644 --- a/tests/test-service.cc +++ b/tests/test-service.cc @@ -815,7 +815,7 @@ TEST_F (ServiceTest, User) /* Hide the user list */ g_settings_set_boolean (indicator_settings, "user-show-menu", FALSE); wait_for_menu_resync (); - // now there should be 7 menuitems: greeter + guest + the five doctors + // now there should be 2 menuitems: greeter + guest ASSERT_TRUE (find_menu_item_for_action ("indicator.switch-to-screensaver", &switch_menu, &pos)); ASSERT_EQ (0, pos); ASSERT_EQ (2, g_menu_model_get_n_items (switch_menu)); |