Re: gnome stock ticker?
- From: Rémi Cohen-Scali <Remi Cohen-Scali com>
- To: Geoffrey <esoteric 3times25 net>
- Cc: ALE <ale ale org>, Gnome List <gnome-list gnome org>, GNOME Hackers <gnome-hackers gnome org>
- Subject: Re: gnome stock ticker?
- Date: Sat, 09 Feb 2002 03:36:42 +0100
Geoffrey wrote:
About two days ago, my stock ticker started reporting 'no data
available or properties not set.'
Anyone else experiencing a similar problem?
Here is a patch to fix the initial html chunk used to locate symbols in
page.
It will fix gtik until next change ...
This patch was made against the gnome-applets-1.4.0.5 package, but
should also be applied on CVS (both branch 1 & 2).
--
-o)
Remi Cohen-Scali /\\
<Remi Cohen-Scali com> <rcoscali rcsnet net> _\_v
----
diff -u gnome-applets-1.4.0.5/ChangeLog gnome-applets-1.4.0.5-gtik-fixed/ChangeLog
--- gnome-applets-1.4.0.5/ChangeLog Sun Jan 20 18:27:40 2002
+++ gnome-applets-1.4.0.5-gtik-fixed/ChangeLog Sat Feb 9 03:33:35 2002
@@ -1,3 +1,9 @@
+2002-02-09 Remi Cohen-Scali
+
+ * gtik.c (configured): Changed the html chunk used to locate
+ symbols in yahoo page in order to allow the ticker to run again
+ after the changes yahoo made.
+
2002-01-20 Kjartan Maraas
* */docs/*/*.sgml: Fix up sgml. From Shingo Akagaki .
diff -u gnome-applets-1.4.0.5/gtik/gtik.c gnome-applets-1.4.0.5-gtik-fixed/gtik/gtik.c
--- gnome-applets-1.4.0.5/gtik/gtik.c Fri Oct 26 11:12:26 2001
+++ gnome-applets-1.4.0.5-gtik-fixed/gtik/gtik.c Sat Feb 9 03:20:53 2002
@@ -476,7 +476,7 @@
fgets(buffer, sizeof(buffer)-1, CONFIG);
if (strstr(buffer,
- "
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
|