Skip to content

Commit

Permalink
changed tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
lapisdecor committed Jul 29, 2017
1 parent 5785d50 commit 2c488f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bzoing/tasklistwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TaskListWindow(Gtk.Window):
def __init__(self):
Gtk.Window.__init__(self)
self.title="List of tasks"
self.tasks = config.list_of_tasks + config.active_alarms
self.tasks = config.list_of_tasks

self.connect('destroy', self.quit_tasklist_window)
self.set_size_request(320, 240)
Expand Down

0 comments on commit 2c488f1

Please sign in to comment.