From 0aafb55e25e436ab2759f51012b03ae70fa07f6f Mon Sep 17 00:00:00 2001 From: NotZed Date: Thu, 11 May 2000 20:45:00 +0000 Subject: Make sure we mark the ibex as dirty. 2000-05-11 NotZed * index.c (ibex_unindex): Make sure we mark the ibex as dirty. svn path=/trunk/; revision=2992 --- libibex/ChangeLog | 4 ++++ libibex/index.c | 1 + 2 files changed, 5 insertions(+) (limited to 'libibex') diff --git a/libibex/ChangeLog b/libibex/ChangeLog index 27661d3012..6a79d0f2bf 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,7 @@ +2000-05-11 NotZed + + * index.c (ibex_unindex): Make sure we mark the ibex as dirty. + 2000-05-07 NotZed * file.c (ibex_save): New function, only write out the ibex if it diff --git a/libibex/index.c b/libibex/index.c index 5e3e9cf588..1afedbd251 100644 --- a/libibex/index.c +++ b/libibex/index.c @@ -127,6 +127,7 @@ ibex_unindex (ibex *ib, char *name) ibf->index = -1; g_tree_remove (ib->files, name); g_ptr_array_add (ib->oldfiles, ibf); + ib->dirty = TRUE; } } -- cgit v1.2.3