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:
@ -4346,8 +4346,8 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
|
|||||||
*/
|
*/
|
||||||
properties[PROP_POPULATE_ALL] =
|
properties[PROP_POPULATE_ALL] =
|
||||||
g_param_spec_boolean ("populate-all",
|
g_param_spec_boolean ("populate-all",
|
||||||
P_("Show 'Other locations'"),
|
P_("Populate all"),
|
||||||
P_("Whether the sidebar includes an item to show external locations"),
|
P_("Whether to emit ::populate-popup for popups that are not menus"),
|
||||||
FALSE,
|
FALSE,
|
||||||
G_PARAM_READWRITE);
|
G_PARAM_READWRITE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user