[gnome-clocks] Point website to the wiki page



commit d34e3170d40084088caa75414b5394c3ce0a29be
Author: Paolo Borelli <pborelli gnome org>
Date:   Thu Aug 23 23:12:50 2012 +0200

    Point website to the wiki page

 gnomeclocks/app.py |    4 +++-
 setup.py           |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gnomeclocks/app.py b/gnomeclocks/app.py
index 500f56a..dae4cab 100644
--- a/gnomeclocks/app.py
+++ b/gnomeclocks/app.py
@@ -109,7 +109,8 @@ class Window(Gtk.ApplicationWindow):
             _("Utilities to help you with the time."))
         about.set_authors(AUTHORS)
         about.set_translator_credits(_("translator-credits"))
-        about.connect("response", lambda w, r: about.destroy())
+        about.set_website(_("http://live.gnome.org/GnomeClocks";))
+        about.set_website_label(_("GNOME Clocks"))
         about.set_wrap_license("true")
         about.set_license_type(Gtk.License.GPL_2_0)
         about.set_license("GNOME Clocks is free software;"
@@ -128,6 +129,7 @@ class Window(Gtk.ApplicationWindow):
             " Public License along with GNOME Clocks; if not, write"
             " to the Free Software Foundation, Inc., 51 Franklin"
             " Street, Fifth Floor, Boston, MA  02110-1301  USA\n")
+        about.connect("response", lambda w, r: about.destroy())
         about.set_modal(True)
         about.set_transient_for(self)
         about.show()
diff --git a/setup.py b/setup.py
index c15041b..6e07069 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ DistUtilsExtra.auto.setup(
     name='gnome-clocks',
     description='Clock application for the GNOME Desktop',
     version=__version__,
-    url='https://live.gnome.org/Clocks',
+    url='https://live.gnome.org/GnomeClocks',
     license='GPL',
     author='Seif Lotfy, Emily Gonyer, Eslam Mostafa',
 )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]