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 /src/gtkext | |
parent | 61b7967d5031e0724ac8d02694ff58505818a5a0 (diff) |
Marked the location information as not reset anymore before updating the displayed status.
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/gtkstatusstack.c | 2 |
1 files changed, 2 insertions, 0 deletions
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: |