From e452b1d6f16f6fa53bd6b95fa7241d6e7335abc3 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Wed, 10 Feb 2016 22:10:50 +0100
Subject: Marked the location information as not reset anymore before updating
 the displayed status.

---
 ChangeLog                   | 6 ++++++
 src/gtkext/gtkstatusstack.c | 2 ++
 2 files changed, 8 insertions(+)

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:
-- 
cgit v0.11.2-87-g4458