diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Gui/CCReporterDialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py index f9669ba..d22f07f 100644 --- a/src/Gui/CCReporterDialog.py +++ b/src/Gui/CCReporterDialog.py @@ -76,7 +76,7 @@ class ReporterDialog(): def on_comment_focus_cb(self, widget, event): if not self.comment_changed: - widget.set_buffer(None) + widget.set_buffer(gtk.TextBuffer()) self.comment_changed = True def on_window_resize(self, treeview, allocation): |
