From 164f45ecf4f74f00ccb41e177ae98a6f8c7c4268 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 30 Nov 2005 14:16:26 +0000 Subject: [PATCH] remove a wrong comment; enrich a docstring --- src/common/logger.py | 2 +- src/history_window.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/logger.py b/src/common/logger.py index 78e073f68..6fa5f14b5 100644 --- a/src/common/logger.py +++ b/src/common/logger.py @@ -57,7 +57,7 @@ class Constants: def __init__(self): ( self.JID_NORMAL_TYPE, - self.JID_ROOM_TYPE # image to show state (online, new message etc) + self.JID_ROOM_TYPE ) = range(2) ( diff --git a/src/history_window.py b/src/history_window.py index a68405172..ee1f11a77 100644 --- a/src/history_window.py +++ b/src/history_window.py @@ -310,7 +310,7 @@ class HistoryWindow: def on_results_treeview_row_activated(self, widget, path, column): '''a row was double clicked, get date from row, and select it in caledar - and also show conversation logs for that date''' + which results to showing conversation logs for that date''' # get currently selected date cur_year, cur_month, cur_day = self.calendar.get_date() cur_month = gtkgui_helpers.make_gtk_month_python_month(cur_month)