[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.
Showing
Please register or sign in to comment