1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00

bookmark: Stop notifying twice on set_name

This commit is contained in:
Corey Berla 2024-01-31 12:18:56 -08:00 committed by António Fernandes
parent 08ec5c4b45
commit ced25b64e3

View File

@ -603,7 +603,7 @@ nautilus_bookmark_class_init (NautilusBookmarkClass *class)
"Bookmark's name",
"The name of this bookmark",
NULL,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT);
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT | G_PARAM_EXPLICIT_NOTIFY);
properties[PROP_CUSTOM_NAME] =
g_param_spec_boolean ("custom-name",