[gnome-games] aisleriot: Sync prop-editor.c from gtk



commit 86be910ab6d3452c8f9a46be945446cfef0f6d49
Author: Christian Persch <chpe gnome org>
Date:   Sat Oct 30 20:01:51 2010 +0200

    aisleriot: Sync prop-editor.c from gtk

 aisleriot/prop-editor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/aisleriot/prop-editor.c b/aisleriot/prop-editor.c
index 69a7ef7..cb490bb 100644
--- a/aisleriot/prop-editor.c
+++ b/aisleriot/prop-editor.c
@@ -41,7 +41,7 @@ typedef struct
 {
   gpointer instance;
   GObject *alive_object;
-  guint id;
+  gulong id;
 } DisconnectData;
 
 static void
@@ -115,7 +115,7 @@ typedef struct
 {
   GObject *obj;
   GParamSpec *spec;
-  gint modified_id;
+  gulong modified_id;
 } ObjectProperty;
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]