From 5bfe5b57ed32537c65d4c1907114df01c4c91c61 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 9 Jun 2010 10:28:49 +0200 Subject: minor fix to assistant --- src/Gui/CReporterAssistant.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Gui/CReporterAssistant.py b/src/Gui/CReporterAssistant.py index 7ed42114..d2359a91 100644 --- a/src/Gui/CReporterAssistant.py +++ b/src/Gui/CReporterAssistant.py @@ -343,7 +343,6 @@ class ReporterAssistant(): comment_text = comment_buff.get_text(comment_buff.get_start_iter(), comment_buff.get_end_iter()) # user has changed the comment self.comments.set_text(comment_text) - self.comments.queue_resize() self.result[FILENAME_COMMENT] = [CD_TXT, 'y', comment_text] else: self.comments.set_text(_("You didn't provide any comments.")) -- cgit