From: Daniel Martin Yerga Date: Sun, 20 Dec 2009 16:05:23 +0000 (+0100) Subject: fixed URL X-Git-Url: http://vcs.maemo.org/git/?p=stockthis;a=commitdiff_plain;h=201463dcbb73a800fe504116cb4be9c2c906f01e fixed URL --- diff --git a/changelog b/changelog index afe442c..b7178e6 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +2009-11-18 Daniel Martin Yerga + + * Changed URL to the right maemo.org download page. + 2009-10-28 Daniel Martin Yerga * Fixed: It uses existing browser window instead of a new one: MB #5802 diff --git a/stockthis.py b/stockthis.py index 647e077..31f6a4c 100644 --- a/stockthis.py +++ b/stockthis.py @@ -19,7 +19,7 @@ # StocksThis: Application to get stocks data from Yahoo Finance. # -_version = "StockThis 0.3 beta1 rev1" +_version = "StockThis 0.3 rev1" import urllib2 import gtk, gobject @@ -1065,7 +1065,7 @@ class About: elif action == "report": url = "http://stockthis.garage.maemo.org/reporting.html" elif action == "vote": - url = "http://maemo.org/downloads/product/stockthis" + url = "http://maemo.org/downloads/product/Maemo5/stockthis" iface.open_new_window(url)