enrich a comment

This commit is contained in:
Nikos Kouremenos 2005-11-27 00:24:46 +00:00
parent 313f72667e
commit 7ade0cfaf2
1 changed files with 4 additions and 1 deletions

View File

@ -63,7 +63,10 @@ class HistoryWindow:
xml.signal_autoconnect(self)
calendar = xml.get_widget('calendar')
calendar.emit('month-changed') # fake event so we start mark days procedure
# fake event so we start mark days procedure for selected month
# selected month is current month as calendar defaults to selecting
# current date
calendar.emit('month-changed')
tag = self.history_buffer.create_tag('incoming')