Fixing the link button on the about screen
authorepage <epage@1a2a05ed-a369-0410-af37-574249971199>
Wed, 2 Jun 2010 01:08:25 +0000 (01:08 +0000)
committerepage <epage@1a2a05ed-a369-0410-af37-574249971199>
Wed, 2 Jun 2010 01:08:25 +0000 (01:08 +0000)
git-svn-id: https://dev.lds.org/svn/mormonchannel/trunk/maemo/trunk@524 1a2a05ed-a369-0410-af37-574249971199

src/windows/_base.py

index aeccf0b..9e095f2 100644 (file)
@@ -649,8 +649,8 @@ All rights reserved.</small>
 """)
                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)