fixed URL
authorDaniel Martin Yerga <yerga@ubuntu.(none)>
Sun, 20 Dec 2009 16:05:23 +0000 (17:05 +0100)
committerDaniel Martin Yerga <yerga@ubuntu.(none)>
Sun, 20 Dec 2009 16:05:23 +0000 (17:05 +0100)
changelog
stockthis.py

index afe442c..b7178e6 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+2009-11-18  Daniel Martin Yerga  <dyerga@gmail.com>
+
+  * Changed URL to the right maemo.org download page.
+
 2009-10-28  Daniel Martin Yerga  <dyerga@gmail.com>
 
   * Fixed: It uses existing browser window instead of a new one: MB #5802
index 647e077..31f6a4c 100644 (file)
@@ -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)