summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJens Finke <jens@triq.net>2002-08-20 18:44:07 +0000
committerJens Finke <jens@src.gnome.org>2002-08-20 18:44:07 +0000
commitb3fa844dba7e7b457af72532b3d37981b0152fc6 (patch)
tree88eb82723d67d7d3f1151d0baf9b370fa6f2edff /shell
parent5e84f190e3b59a722e368d14a25dfacb8135f9b8 (diff)
downloadeog-b3fa844dba7e7b457af72532b3d37981b0152fc6.tar.gz
s/EOG_COLLECTION_WORKS/HAVE_COLLECTION
2002-08-20 Jens Finke <jens@triq.net> * shell/main.c: s/EOG_COLLECTION_WORKS/HAVE_COLLECTION
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/main.c b/shell/main.c
index 205af800..47407908 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -168,8 +168,7 @@ enum {
*
* @Return value: TRUE, if a collection should be used, else FALSE.
* */
-#ifdef EOG_COLLECTION_WORKS
-
+#ifdef HAVE_COLLECTION
static gint
user_wants_collection (gint n_windows)
{
@@ -224,7 +223,7 @@ user_wants_collection (gint n_windows)
return ret;
}
-#endif /* EOG_COLLECTION WORKS */
+#endif /* HAVE_COLLECTION */
/* Concatenates the strings in a list and separates them with newlines. If the
* list is empty, returns the empty string. Returns the number of list elements in n.