From 9fed3f6602ef2ddfeed1cc796a049fecda936e30 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 27 Dec 2005 13:49:34 +0000 Subject: [PATCH] nothing --- src/history_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/history_window.py b/src/history_window.py index 1b89b25b5..d0f289ba8 100644 --- a/src/history_window.py +++ b/src/history_window.py @@ -227,7 +227,7 @@ class HistoryWindow: self.last_time_printout = tim tim = time.strftime('%X ', time.localtime(float(tim))) buf.insert_with_tags_by_name(end_iter, tim + '\n', - 'time_sometimes') + 'time_sometimes') tag_name = '' tag_msg = '' @@ -367,7 +367,7 @@ class HistoryWindow: if result is not None: match_start_iter, match_end_iter = result match_start_iter.backward_char() # include '[' or other character before time - match_end_iter.forward_line() # highlite all message not just time + match_end_iter.forward_line() # highlight all message not just time self.history_buffer.apply_tag_by_name('highlight', match_start_iter, match_end_iter)