From f88597d6e4feb5bb11e8e84f7c396d02a245cb44 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 8 Apr 2014 13:24:56 +0200 Subject: gnome-contacts: new package Contacts is GNOME's integrated address book https://wiki.gnome.org/Apps/Contacts --- .../gnome-3/core/gnome-contacts/fix_row_selected.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkgs/desktops/gnome-3/core/gnome-contacts/fix_row_selected.patch (limited to 'pkgs/desktops/gnome-3/core/gnome-contacts/fix_row_selected.patch') diff --git a/pkgs/desktops/gnome-3/core/gnome-contacts/fix_row_selected.patch b/pkgs/desktops/gnome-3/core/gnome-contacts/fix_row_selected.patch new file mode 100644 index 000000000000..b379b4b8ee97 --- /dev/null +++ b/pkgs/desktops/gnome-3/core/gnome-contacts/fix_row_selected.patch @@ -0,0 +1,11 @@ +--- src/contacts-view.vala.orig 2014-04-08 11:35:36.302252460 +0200 ++++ src/contacts-view.vala 2014-04-08 11:37:37.045343221 +0200 +@@ -265,7 +265,7 @@ + data.destroy (); + } + +- public override void row_selected (ListBoxRow row) { ++ public override void row_selected (ListBoxRow? row) { + var data = row as ContactDataRow; + var contact = data != null ? data.contact : null; + selection_changed (contact); -- cgit 1.4.1