1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Add forgotten patch during last upgrade

This commit is contained in:
Baptiste Daroussin 2020-09-25 14:18:16 +00:00
parent d5dae03b67
commit 1d4cbcd3f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550036

View File

@ -0,0 +1,14 @@
--- src/contacts-window.vala.orig 2019-04-24 11:12:58 UTC
+++ 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]