summaryrefslogtreecommitdiff
path: root/src/glibext/seq.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-06-02 14:40:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-06-02 14:40:46 (GMT)
commit6876405cab150f08d2a81d5ecd777b4f0b9e8768 (patch)
tree97b450e857be07f1414e5744403994db48419be5 /src/glibext/seq.c
parenta689ebb776c6c95ae806e6449e0c90019fbb8a17 (diff)
Made the binary export working again.
Diffstat (limited to 'src/glibext/seq.c')
-rw-r--r--src/glibext/seq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glibext/seq.c b/src/glibext/seq.c
index 487f4b4..3474d72 100644
--- a/src/glibext/seq.c
+++ b/src/glibext/seq.c
@@ -343,6 +343,7 @@ static void g_seq_work_process(GSeqWork *work, GtkStatusStack *status)
}
- *(work->status) = (i == work->end && state);
+ if (work->type == SWT_BOOLEAN)
+ *(work->status) = (i == work->end && state);
}