After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 543712 - Migrate invest-applet from GnomeVFS to GIO
Migrate invest-applet from GnomeVFS to GIO
Status: RESOLVED DUPLICATE of bug 526006
Product: gnome-applets
Classification: Other
Component: invest-applet
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-19 10:30 UTC by André Klapper
Modified: 2008-07-28 11:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2008-07-19 10:30:40 UTC
See http://live.gnome.org/GioPort for more information.


./invest-applet/invest/chart.py:import gnomevfs
./invest-applet/invest/chart.py:		gnomevfs.async.open(url, lambda h,e: self.on_chart_open(h,e,url))
./invest-applet/invest/chart.py:	gnomevfs.async.open(url, open_cb, gnomevfs.OPEN_READ,
./invest-applet/invest/chart.py:		gnomevfs.PRIORITY_DEFAULT)
./invest-applet/invest/quotes.py:import gtk, gobject, gnomevfs
./invest-applet/invest/quotes.py:		gnomevfs.async.open(invest.QUOTES_URL % {"s": s[:-1]}, self.on_quotes_open)
./invest-applet/invest/widgets.py:import gtk, gobject, gnomevfs
./invest-applet/invest/about.py:import gtk, gtk.gdk, gnomevfs, gobject
./invest-applet/invest/about.py:	gnomevfs.url_show("mailto:%s" % mail)
./invest-applet/invest/about.py:	gnomevfs.url_show(link)
Comment 1 Gian Mario Tagliaretti 2008-07-20 21:13:50 UTC
In order to completely remove gnomevfs also an unstable release of pygtk is needed (for gtk_show_uri), I already have a patch for pygtk, I hope I can finish it in a few days and roll a patch for invest-applet afterwards.
Comment 2 Eric Piel 2008-07-28 11:33:14 UTC
Seems to be a dup of bug 526006.
Comment 3 André Klapper 2008-07-28 11:56:38 UTC
Oops. Right. Thanks Eric!

*** This bug has been marked as a duplicate of 526006 ***