gnome-contacts: fix build

This commit is contained in:
q66 2019-08-11 20:40:50 +02:00 committed by Enno Boland
parent ac4a4ee541
commit 330e188d0b

View file

@ -0,0 +1,14 @@
--- src/contacts-window.vala
+++ 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]