GNOME Bugzilla – Bug 595570
Add a GnlURISource
Last modified: 2009-09-21 09:50:11 UTC
GnlFileSource is tied to being specific to file system locations. We should have a more generic GnlURISource to which we can provide a URI instead, and then make GnlFileSource a subclass of that new source.
commit 38b7acad1b85e1d512b15da3bb44420bd6a2a67d Author: Edward Hervey <bilboed@bilboed.com> Date: Mon Sep 21 11:49:07 2009 +0200 New GnlURISource plugin, of which GnlFileSource subclasses. Fixes #595570