commit 30b25c4ee612261c00d75f756e9b6bfcdbdd2d0d Author: phantomjinx <p.g.richard...@phantomjinx.co.uk> Date: Wed Jul 20 21:25:41 2011 +0100
Fix to address compilation error in macport * Error identified by Ryan Stonecipher and patch provided by teuf. * Thanks to both. libgtkpod/gtkpod_app_iface.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/libgtkpod/gtkpod_app_iface.h b/libgtkpod/gtkpod_app_iface.h index fb4906f..afb67a5 100644 --- a/libgtkpod/gtkpod_app_iface.h +++ b/libgtkpod/gtkpod_app_iface.h @@ -80,7 +80,7 @@ typedef enum { } CONF_STATE; /* predefined IDs for use with gtkpod_confirmation() */ -enum { +typedef enum { CONF_ID_IPOD_DIR = 0, CONF_ID_GTKPOD_WARNING, CONF_ID_DANGLING0, ------------------------------------------------------------------------------ 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2