[gnome-contacts] Vala fixed the binding for the INPUT_ONLY name, fix
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-contacts] Vala fixed the binding for the INPUT_ONLY name, fix
- Date: Mon, 16 Jan 2012 16:02:07 +0000 (UTC)
commit e4684d19b4dbdbd44648916fcc588cbe7bf8d01e
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Jan 13 15:54:08 2012 +0100
    Vala fixed the binding for the INPUT_ONLY name, fix
 src/contacts-row.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-row.vala b/src/contacts-row.vala
index d09bb7f..4469304 100644
--- a/src/contacts-row.vala
+++ b/src/contacts-row.vala
@@ -260,7 +260,7 @@ public class Contacts.Row : Container {
     var window = get_parent_window ();
     this.set_window (window);
 
-    attributes.wclass = Gdk.WindowWindowClass.ONLY;
+    attributes.wclass = Gdk.WindowWindowClass.INPUT_ONLY;
     event_window = new Gdk.Window (window, attributes, Gdk.WindowAttributesType.X | Gdk.WindowAttributesType.Y);
     event_window.set_user_data (this);
   }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]