From a4822f6221c000f4db2a38a8b63e22ff64f6ee7e Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Fri, 14 Oct 2016 16:28:27 -0400 Subject: GTK2: Use emanuele-f 's patch for build failure, fix build w/o libunique Apply https://github.com/mate-desktop/caja/pull/658/commits/4b36a91af42d8efe0f594a95d28ab8448fd73b31 then fix the selectors in source files to use the boolean selectors for libunique --- src/caja-main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/caja-main.c') diff --git a/src/caja-main.c b/src/caja-main.c index 6b411887..51ecbd93 100644 --- a/src/caja-main.c +++ b/src/caja-main.c @@ -29,7 +29,7 @@ #include #include "caja-main.h" -#if ENABLE_LIBUNIQUE == (1) +#if ENABLE_LIBUNIQUE == (TRUE) #include "caja-application.h" #include "caja-self-check-functions.h" #endif @@ -39,7 +39,7 @@ #include #include #include -#if ENABLE_LIBUNIQUE == (1) +#if ENABLE_LIBUNIQUE == (TRUE) #include #endif #include @@ -49,7 +49,7 @@ #include #include #include -#if ENABLE_LIBUNIQUE == (1) +#if ENABLE_LIBUNIQUE == (TRUE) #include #endif #include @@ -68,7 +68,7 @@ #include #endif -#if ENABLE_LIBUNIQUE == (1) +#if ENABLE_LIBUNIQUE == (TRUE) /* Keeps track of everyone who wants the main event loop kept active */ static GSList* event_loop_registrants; @@ -334,7 +334,7 @@ running_as_root (void) { return geteuid () == 0; } -#if ENABLE_LIBUNIQUE == (0) +#if ENABLE_LIBUNIQUE == (FALSE) int main (int argc, char *argv[]) { -- cgit v1.2.1