summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/gtkext/gtkstatusstack.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb16b1b..055a93f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: