[gnome-contacts] Update to latest vala types
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Update to latest vala types
- Date: Tue, 14 Jun 2011 11:51:01 +0000 (UTC)
commit bda0f4621df692b2ab74da9e216069d691873a52
Author: Alexander Larsson <alexl redhat com>
Date: Tue Jun 14 13:50:19 2011 +0200
Update to latest vala types
src/contacts-app.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 007f9ca..bd25240 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -24,13 +24,13 @@ public class Contacts.App : Window {
private ListPane list_pane;
private ContactPane contacts_pane;
- public override bool delete_event (Gdk.Event event) {
+ public override bool delete_event (Gdk.EventAny event) {
// Clear the contacts so any changed information is stored
contacts_pane.show_contact (null);
return false;
}
- public override bool map_event (Gdk.Event event) {
+ public override bool map_event (Gdk.EventAny event) {
list_pane.filter_entry.grab_focus ();
return true;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]