diff options
author | 2020-04-25 22:40:00 +0300 | |
---|---|---|
committer | 2020-04-25 23:17:20 +0300 | |
commit | c6d6c767b89112c3a0cacd56f87b06ae6a1e7068 (patch) | |
tree | 5964fd0917668fa0039d50d8ba6e8cce6d5d7b2e /gnome-extra/gnome-contacts/files | |
parent | gnome-extra/gnome-clocks: remove old (diff) | |
download | gentoo-c6d6c767b89112c3a0cacd56f87b06ae6a1e7068.tar.gz gentoo-c6d6c767b89112c3a0cacd56f87b06ae6a1e7068.tar.bz2 gentoo-c6d6c767b89112c3a0cacd56f87b06ae6a1e7068.zip |
gnome-extra/gnome-contacts: remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-contacts/files')
-rw-r--r-- | gnome-extra/gnome-contacts/files/3.32.1-libhandy-0.0.10-compat.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gnome-extra/gnome-contacts/files/3.32.1-libhandy-0.0.10-compat.patch b/gnome-extra/gnome-contacts/files/3.32.1-libhandy-0.0.10-compat.patch deleted file mode 100644 index 00eff6c686f2..000000000000 --- a/gnome-extra/gnome-contacts/files/3.32.1-libhandy-0.0.10-compat.patch +++ /dev/null @@ -1,30 +0,0 @@ -From c5eee38cd2556403a640a0a4c11d36cbf9a5a798 Mon Sep 17 00:00:00 2001 -From: Niels De Graef <nielsdegraef@gmail.com> -Date: Thu, 30 May 2019 14:30:54 +0200 -Subject: [PATCH] window: Disambiguate Gtk.HeaderBar - -Apparently libhandy also added a HeaderBar type, which means this -clashes with that of Gtk. ---- - src/contacts-window.vala | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/contacts-window.vala b/src/contacts-window.vala -index 738228d..49f6995 100644 ---- a/src/contacts-window.vala -+++ b/src/contacts-window.vala -@@ -35,9 +35,9 @@ public class Contacts.Window : Gtk.ApplicationWindow { - [GtkChild] - private TitleBar titlebar; - [GtkChild] -- private HeaderBar left_header; -+ private Gtk.HeaderBar left_header; - [GtkChild] -- private HeaderBar right_header; -+ private Gtk.HeaderBar right_header; - [GtkChild] - private Overlay notification_overlay; - [GtkChild] --- -2.20.1 - |