From: epage Date: Wed, 2 Jun 2010 01:08:25 +0000 (+0000) Subject: Fixing the link button on the about screen X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=commitdiff_plain;h=4531c0712fe1bb86973732199a68bcfe477daf59;ds=sidebyside Fixing the link button on the about screen git-svn-id: https://dev.lds.org/svn/mormonchannel/trunk/maemo/trunk@524 1a2a05ed-a369-0410-af37-574249971199 --- diff --git a/src/windows/_base.py b/src/windows/_base.py index aeccf0b..9e095f2 100644 --- a/src/windows/_base.py +++ b/src/windows/_base.py @@ -649,8 +649,8 @@ All rights reserved. """) self._copyLabel.set_property("justify", gtk.JUSTIFY_CENTER) - self._linkButton = gtk.LinkButton("LDS.org") - self._linkButton.set_uri("http://www.lds.org") + self._linkButton = gtk.LinkButton("http://www.lds.org") + self._linkButton.set_label("LDS.org") self._linkButton.connect("clicked", self._on_website) self._spacedLayout = gtk.VBox(True)