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
This commit is contained in:
Matthias Clasen
2015-07-21 14:55:58 -04:00
parent 658a1ef069
commit b4b46b74e5

View File

@ -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);