openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #22789
Re: [Merge] lp:~googol/openlp/mainwindow-spelling into lp:openlp
Review: Approve
Is there a reason why we do this?
21 sender = self.sender()
22 self.set_current_search_type(sender.data())
Can we not just do:
self.set_current_search_type(self.sender().data())
--
https://code.launchpad.net/~googol/openlp/mainwindow-spelling/+merge/212317
Your team OpenLP Core is subscribed to branch lp:openlp.
Follow ups
References