Index: gpa-0.8.0/src/fileman.c =================================================================== --- gpa-0.8.0/src/fileman.c +++ gpa-0.8.0/src/fileman.c @@ -49,8 +49,7 @@ #include "gpafilesignop.h" #include "gpafileverifyop.h" - -/* FIXME: Move to a gloabl file. */ +/* FIXME: Move to a global file. */ #ifndef DIM #define DIM(array) (sizeof (array) / sizeof (*array)) #endif Index: gpa-0.8.0/src/gpa.h =================================================================== --- gpa-0.8.0/src/gpa.h +++ gpa-0.8.0/src/gpa.h @@ -142,5 +142,10 @@ #define GPG_ERR_UNFINISHED 199 #endif +/*-- gtk compatibility --*/ +#if !GTK_CHECK_VERSION( 2, 10, 0 ) +#define GTK_STOCK_SELECT_ALL NULL +#endif + #endif /*GPA_H */