diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-02-10 21:10:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-02-10 21:10:50 (GMT) |
commit | e452b1d6f16f6fa53bd6b95fa7241d6e7335abc3 (patch) | |
tree | 61c4475c01392b334fde5364533612d401569bf8 | |
parent | 61b7967d5031e0724ac8d02694ff58505818a5a0 (diff) |
Marked the location information as not reset anymore before updating the displayed status.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/gtkext/gtkstatusstack.c | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,11 @@ 16-02-10 Cyrille Bagard <nocbos@gmail.com> + * src/gtkext/gtkstatusstack.c: + Mark the location information as not reset anymore before updating + the displayed status. + +16-02-10 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/project.c: Update code. diff --git a/src/gtkext/gtkstatusstack.c b/src/gtkext/gtkstatusstack.c index dbadb22..8cc85cc 100644 --- a/src/gtkext/gtkstatusstack.c +++ b/src/gtkext/gtkstatusstack.c @@ -549,6 +549,8 @@ void gtk_status_stack_update_current_instruction(GtkStatusStack *stack, const GL /* Nettoyage et conclusion */ + info->reset = false; + gtk_status_stack_show_current_instruction(stack); gssuci_useless: |