GNOME Bugzilla – Bug 301001
Allow to subscribe to a feed when right clicking on its url
Last modified: 2005-05-19 11:19:31 UTC
This patch allows one to right click on a link in the page (either link or image-link), if the url of the link/image is the same as one of the page feeds, then an item is shown allowing to directly send the dbus subscription. It also remove an unused function, content-change signal
Created attachment 45367 [details] [review] ephy-rss-context.patch The patch, the dbus handling is done in two new files rss-dbus.[hc]
Created attachment 45368 [details] ephy-rss-context.tar.gz The two rss-dbus.[ch] files to be added in the rss/ dir, all the low-level dbus handling is done there. Happy Reviewing :)
Created attachment 46022 [details] [review] ephy-rss-fixes.patch Changed some bits, notably the dbus namespace
Created attachment 46023 [details] ephy-rss-fixes.tar.gz
Checked in; thanks for the patch!