diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2025-11-16 17:06:21 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2025-11-16 17:06:21 +0100 |
| commit | 9fc34c5f290c94173c86d2bc51968f903497bd16 (patch) | |
| tree | 2eee33357b96457feb8497bc53417d55c7a520ea /debian/patches/0110-Fix-Build-error.patch | |
| parent | dde9fa50515beede0b5002767a2801fa9ddfd21f (diff) | |
| parent | 5bade1eb36537481ba25bd780db1865c181447be (diff) | |
Merge branch 'release/debian/0.7.3-3'HEADdebian/0.7.3-3master
Diffstat (limited to 'debian/patches/0110-Fix-Build-error.patch')
| -rw-r--r-- | debian/patches/0110-Fix-Build-error.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/0110-Fix-Build-error.patch b/debian/patches/0110-Fix-Build-error.patch deleted file mode 100644 index 0ec2925..0000000 --- a/debian/patches/0110-Fix-Build-error.patch +++ /dev/null @@ -1,19 +0,0 @@ -Description: Fix build errors -Author: Jörg Frings-Fürst <debian@jff.email> -forwarded: https://github.com/Simmesimme/Gnome-Pie/issues/177 -Last-Update: 2020-05-31 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/src/actions/action.vala -=================================================================== ---- trunk.orig/src/actions/action.vala -+++ trunk/src/actions/action.vala -@@ -69,7 +69,7 @@ public abstract class Action : GLib.Obje - /// C'tor, initializes all members. - ///////////////////////////////////////////////////////////////////// - -- public Action(string name, string icon, bool is_quickaction) { -+ Action(string name, string icon, bool is_quickaction) { - GLib.Object(name : name, icon : icon, is_quickaction : is_quickaction); - } - |
