From 201463dcbb73a800fe504116cb4be9c2c906f01e Mon Sep 17 00:00:00 2001 From: Daniel Martin Yerga Date: Sun, 20 Dec 2009 17:05:23 +0100 Subject: [PATCH] fixed URL --- changelog | 4 ++++ stockthis.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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) -- 1.7.9.5