From: Omari Stephens Date: Mon, 30 May 2022 06:58:32 +0000 (+0000) Subject: Stop relying on implicit conversion from TRUE to COLLECTION_LOAD_APPEND. X-Git-Tag: v2.0~23 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=bb3067d542dae1c7cd2f71f4f48e37b9756a9a37 Stop relying on implicit conversion from TRUE to COLLECTION_LOAD_APPEND. --- diff --git a/src/collect-dlg.c b/src/collect-dlg.c index e24d94fa..60f43147 100644 --- a/src/collect-dlg.c +++ b/src/collect-dlg.c @@ -156,7 +156,7 @@ static void real_collection_button_pressed(FileDialog *fd, gpointer data, gint a if (append) { - collection_load(cd, fd->dest_path, TRUE); + collection_load(cd, fd->dest_path, COLLECTION_LOAD_APPEND); collection_unref(cd); } else