Skip to content

Commit

Permalink
Update untouched tasks for new api
Browse files Browse the repository at this point in the history
  • Loading branch information
diegogangl committed Feb 1, 2020
1 parent 9b5de9a commit a942442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GTG/plugins/untouched_tasks/untouchedTasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ def __init__(self):
"on_btn_preferences_ok_clicked":
self.on_preferences_ok,
}

self.builder.connect_signals(SIGNAL_CONNECTIONS_DIC)
self.menu_item = Gtk.MenuItem("Add @untouched tag")
self.menu_item = Gtk.ModelButton.new()
self.menu_item.set_label("Add @untouched tag")
self.menu_item.connect('activate', self.add_untouched_tag)

def activate(self, plugin_api):
Expand Down

0 comments on commit a942442

Please sign in to comment.