diff options
author | Alexander Mikhaylenko <alexm@gnome.org> | 2020-05-26 21:19:25 +0500 |
---|---|---|
committer | Jan-Michael Brummer <jan.brummer@tabos.org> | 2020-06-03 07:36:10 +0000 |
commit | 83040372c8e6dfb3d3d47959f8c295bf71335993 (patch) | |
tree | 69296a3bc1b92a6ec2ccdacd7e7248eedb8ca9b4 /org.gnome.Epiphany.json | |
parent | e4ebf2b37dfc753e29967fd4c55606cf8197ae14 (diff) | |
download | epiphany-83040372c8e6dfb3d3d47959f8c295bf71335993.tar.gz |
Port to libhandy master
HdyDialog was removed, so revert to GtkDialog for now.
Normalize the remove button in passwords dialog and use a proper action
row there.
This reverts commit 5a9e76f676dd4ea98841ac5f1348f146f00d034f.
Diffstat (limited to 'org.gnome.Epiphany.json')
-rw-r--r-- | org.gnome.Epiphany.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json index 827642522..a755ce7e1 100644 --- a/org.gnome.Epiphany.json +++ b/org.gnome.Epiphany.json @@ -43,8 +43,7 @@ "sources" : [ { "type" : "git", - "url" : "https://gitlab.gnome.org/GNOME/libhandy.git", - "branch" : "libhandy-0-0" + "url" : "https://gitlab.gnome.org/GNOME/libhandy.git" } ] }, |