summaryrefslogtreecommitdiffstats
path: root/src/Gui/CReporterAssistant.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui/CReporterAssistant.py')
-rw-r--r--src/Gui/CReporterAssistant.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Gui/CReporterAssistant.py b/src/Gui/CReporterAssistant.py
index f5ddcc64..70d6d5e6 100644
--- a/src/Gui/CReporterAssistant.py
+++ b/src/Gui/CReporterAssistant.py
@@ -295,6 +295,7 @@ class ReporterAssistant():
buff = gtk.TextBuffer()
try:
buff.set_text(self.result[FILENAME_REPRODUCE][CD_CONTENT])
+ self.howto_changed = True
except KeyError:
buff.set_text(HOW_TO_HINT_TEXT)
self.howto_tev.set_buffer(buff)
@@ -304,6 +305,7 @@ class ReporterAssistant():
buff = gtk.TextBuffer()
try:
buff.set_text(self.result[FILENAME_COMMENT][CD_CONTENT])
+ self.comment_changed = True
except KeyError:
buff.set_text(COMMENT_HINT_TEXT)
self.comment_tev.set_buffer(buff)