From b4b46b74e5a97f6c1be3c8047a5ec05a0198bd31 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Jul 2015 14:55:58 -0400 Subject: [PATCH] places sidebar: Fix a copy-paste leftover The ::populate-all nick and blurb where not referrering to this property at all. https://bugzilla.gnome.org/show_bug.cgi?id=752633 --- gtk/gtkplacessidebar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 9016f4be89..faaea10931 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -4346,8 +4346,8 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class) */ properties[PROP_POPULATE_ALL] = g_param_spec_boolean ("populate-all", - P_("Show 'Other locations'"), - P_("Whether the sidebar includes an item to show external locations"), + P_("Populate all"), + P_("Whether to emit ::populate-popup for popups that are not menus"), FALSE, G_PARAM_READWRITE);