Skip to content
Snippets Groups Projects
Commit 164f45ec authored by nkour's avatar nkour
Browse files

remove a wrong comment; enrich a docstring

parent 8522d1bd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
(
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment