[balsa/gtk3] Idle id is guint, not gulong



commit 10c87aaf85cb58f28e5111a794f546d30e804c31
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Fri Mar 1 22:36:32 2013 -0500

    Idle id is guint, not gulong
    
        * libbalsa/mailbox.h: idle id is guint, not gulong.

 ChangeLog          |    4 ++++
 libbalsa/mailbox.h |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cf2c372..f53cd50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-03-01  Peter Bloomfield
 
+       * libbalsa/mailbox.h: idle id is guint, not gulong.
+
+2013-03-01  Peter Bloomfield
+
        * libbalsa/mailbox.h: new LibBalsaMailbox members
        changed_idle_id and queue_check_idle_id.
        * libbalsa/mailbox.c (libbalsa_mailbox_finalize),
diff --git a/libbalsa/mailbox.h b/libbalsa/mailbox.h
index 8c63178..04ab65b 100644
--- a/libbalsa/mailbox.h
+++ b/libbalsa/mailbox.h
@@ -260,8 +260,8 @@ struct _LibBalsaMailbox {
     /* Array of msgnos that have been changed. */
     GArray *msgnos_changed;
 #endif                          /* BALSA_USE_THREADS */
-    gulong changed_idle_id;
-    gulong queue_check_idle_id;
+    guint changed_idle_id;
+    guint queue_check_idle_id;
 };
 
 /* Search iter */


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