> From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <[email protected]> > Date: Sat, 21 Jan 2012 13:49:12 +0100 > Subject: [PATCH 2/2] WPrefs: Include ../src/wconfig.h twice. > > The file ../src/wconfig.h is included twice, then one entry was removed.
This patch is OK, I'll apply it. > --- > WPrefs.app/WPrefs.h | 10 +++------- > 1 files changed, 3 insertions(+), 7 deletions(-) > > diff --git a/WPrefs.app/WPrefs.h b/WPrefs.app/WPrefs.h > index 9242f10..01a98e9 100644 > --- a/WPrefs.app/WPrefs.h > +++ b/WPrefs.app/WPrefs.h > @@ -34,7 +34,9 @@ > > #include <WINGs/WINGs.h> > > -/* For EXTENDED_WINDOWSHORTCUT */ > +/* > + * Needed for HAVE_LIBINTL_H and for EXTENDED_WINDOWSHORTCUT > + */ > #include "../src/wconfig.h" > > /****/ > @@ -111,11 +113,5 @@ void AddDeadChildHandler(pid_t pid, void > (*handler)(void*), void *data); > #define FRAME_LEFT -2 > #define FRAME_WIDTH 524 > #define FRAME_HEIGHT 235 > - > -/* > - * Needed for HAVE_LIBINTL_H > - */ > -#include "../src/wconfig.h" > - > #endif /* WPREFS_H_ */ -- To unsubscribe, send mail to [email protected].
