Commit Graph
2 Commits
Author SHA1 Message Date
Robin Müller b5004a5f38 [triggers] Update manifest.ini 2018-05-14 15:08:26 +02:00
Robin Müller 8799a904d7 [triggers] Add missing brackets
has_focus is a method of the Gtk.Window instance so it's necessary to add
brackets after the method name. Otherwise python returns just the reference
to the method and not the result of the method.
2018-05-14 15:07:06 +02:00