Re: updated: [ae987b9] Reverted the use of bool in favour of gboolean

2009-02-10 Thread Oswald Buddenhagen
On Tue, Feb 10, 2009 at 12:49:55PM +0100, Patrick Winnertz wrote: > +++ b/edit/usermap.c > @@ -59,7 +59,7 @@ typedef struct Config { > > typedef struct Command { > const char *name; > -bool (*handler) (config_t *cfg, int argc, char *argv[]); > +int (*handler) (config_t *cfg, int arg

updated: [ae987b9] Reverted the use of bool in favour of gboolean

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit ae987b923e5341422bdc3048079ce2c5a2b8dd2f Author: Patrick Winnertz Date: Thu Feb 5 23:46:07 2009 +0100 Reverted the use of bool in favour of gboolean Signed-off-by: Patrick Winnertz diff --git a/edit/usermap.c b/edi