[epiphany/gnome-3-36] Location bookmark star shouldn't update lockdown settings



commit 42ea0fb0559c0834ca85cc2827ffdb0ceecfbbaf
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Sun May 17 09:00:32 2020 +0000

    Location bookmark star shouldn't update lockdown settings
    
    Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1196
    
    
    (cherry picked from commit d0cd8e9fe347011d792e85b5aab27222869b00ad)

 lib/widgets/ephy-location-entry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 9d4a2a48e..978febbd5 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -1018,7 +1018,7 @@ ephy_location_entry_construct_contents (EphyLocationEntry *entry)
                    EPHY_PREFS_LOCKDOWN_BOOKMARK_EDITING,
                    entry->bookmark_event_box,
                    "visible",
-                   G_SETTINGS_BIND_INVERT_BOOLEAN);
+                   G_SETTINGS_BIND_GET | G_SETTINGS_BIND_INVERT_BOOLEAN);
 
   /* Reader Mode */
   entry->reader_mode_event_box = gtk_event_box_new ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]