fixed URL
[stockthis] / stockthis.py
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)