summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-06-09 10:28:49 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-06-09 10:28:49 +0200
commit5bfe5b57ed32537c65d4c1907114df01c4c91c61 (patch)
treed01a8f66d988f8729ba0d8d4b79c003b930b45f7
parente19d499a01b8addce9086c6886320881213b6994 (diff)
downloadabrt-5bfe5b57ed32537c65d4c1907114df01c4c91c61.tar.gz
abrt-5bfe5b57ed32537c65d4c1907114df01c4c91c61.tar.xz
abrt-5bfe5b57ed32537c65d4c1907114df01c4c91c61.zip
minor fix to assistant
-rw-r--r--src/Gui/CReporterAssistant.py1
1 files changed, 0 insertions, 1 deletions
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."))