summaryrefslogtreecommitdiff
path: root/pcr/tootle/fix-build-on-vala-46.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-06-13 15:34:32 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2021-06-13 15:59:11 -0400
commita70f459f695ea5ee7e8535b4abf77b991788d119 (patch)
tree5e771168bf1a961c2dcb90824577a894217f2334 /pcr/tootle/fix-build-on-vala-46.patch
parentefe2ecce11ed214a93796e2a0526f385be4d3259 (diff)
downloadabslibre-a70f459f695ea5ee7e8535b4abf77b991788d119.tar.gz
abslibre-a70f459f695ea5ee7e8535b4abf77b991788d119.tar.bz2
abslibre-a70f459f695ea5ee7e8535b4abf77b991788d119.zip
[tootle]: upgrade to v1.0
Diffstat (limited to 'pcr/tootle/fix-build-on-vala-46.patch')
-rw-r--r--pcr/tootle/fix-build-on-vala-46.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/pcr/tootle/fix-build-on-vala-46.patch b/pcr/tootle/fix-build-on-vala-46.patch
deleted file mode 100644
index 543c9443b..000000000
--- a/pcr/tootle/fix-build-on-vala-46.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 0a88bdad6d969ead1e4058b1a19675c9d6857b16 Mon Sep 17 00:00:00 2001
-From: worldofpeace <worldofpeace@protonmail.ch>
-Date: Mon, 14 Oct 2019 16:44:16 -0400
-Subject: [PATCH] Fix build with vala 0.46
-
-See: https://gitlab.gnome.org/GNOME/vala/issues/766
----
- src/Views/AbstractView.vala | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Views/AbstractView.vala b/src/Views/AbstractView.vala
-index e1c7f06..2945624 100644
---- a/src/Views/AbstractView.vala
-+++ b/src/Views/AbstractView.vala
-@@ -21,7 +21,7 @@ public abstract class Tootle.AbstractView : ScrolledWindow {
- });
- }
-
-- public AbstractView () {
-+ protected AbstractView () {
- show_all ();
- }
-