diff options
Diffstat (limited to 'libibex/index.c')
-rw-r--r-- | libibex/index.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |