gnome-contacts: fix build
This commit is contained in:
parent
ac4a4ee541
commit
330e188d0b
1 changed files with 14 additions and 0 deletions
14
srcpkgs/gnome-contacts/patches/ambiguous.patch
Normal file
14
srcpkgs/gnome-contacts/patches/ambiguous.patch
Normal 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]
|
Loading…
Reference in a new issue