GNOME Bugzilla – Bug 543712
Migrate invest-applet from GnomeVFS to GIO
Last modified: 2008-07-28 11:56:38 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)
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.
Seems to be a dup of bug 526006.
Oops. Right. Thanks Eric! *** This bug has been marked as a duplicate of 526006 ***