Probably a bit too late now, but...

On Fri, Jun 26, 2009 at 04:25:17PM -0000 or thereabouts, Raoul Snyman wrote:
> -        elif self._theme.background_type == u'gradient' : # gradient
> +        elif self._theme.background_type == u'gradient':
> +            # gradient

Now that the background type has a text setting, rather than a number,
we probably don't need that comment?

>              gradient = None
>              if self._theme.background_direction == u'horizontal':
>                  w = int(self._frame.width()) / 2
> -                gradient = QtGui.QLinearGradient(w, 0, w, 
> self._frame.height()) # vertical
> +                # vertical

Ditto... etc. :)

Cheers,
Martin

-- 
https://code.launchpad.net/~raoul-snyman/openlp/assertbug/+merge/7950
Your team openlp.org Core is subscribed to branch lp:openlp.

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to