diff options
-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)); |