[evolution-patches] Tiny patch to remove uint



Hi,

Older compilers don't know what a "uint" is, attaching a patch to
replace it with guint in libedataserver.  Will commit with changelog
when approved.

Ross
-- 
Ross Burton                                 mail: ross burtonini com
                                          jabber: ross burtonini com
                                     www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Index: e-source-option-menu.c
===================================================================
--- e-source-option-menu.c	(revision 300)
+++ e-source-option-menu.c	(working copy)
@@ -52,7 +52,7 @@
 	NUM_SIGNALS
 };
 
-static uint signals[NUM_SIGNALS] = { 0 };
+static guint signals[NUM_SIGNALS] = { 0 };
 
 G_DEFINE_TYPE (ESourceOptionMenu, e_source_option_menu, GTK_TYPE_OPTION_MENU)
 


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