summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendnetwork.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
| | | | | | | | | | | | | | | Updating the address of the FSF. This has been done by: while read file; do sed -i 's:59 Temple Place:51 Franklin Street:' $file sed -i 's:Suite 330:Fifth Floor:' $file sed -i 's:02111-1307:02110-1301:' $file done https://bugzilla.gnome.org/show_bug.cgi?id=656598 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* Set the default name for the network backend to prevent possible confusionA. Walton2008-02-281-0/+4
| | | | | | | | | | | | 2008-02-28 A. Walton <awalton@svn.gnome.org> * daemon/gvfsbackendnetwork.c: (g_vfs_network_daemon_init): * daemon/gvfsbackendnetwork.h: Set the default name for the network backend to prevent possible confusion about "NETWORK Filesystem Service". svn path=/trunk/; revision=1437
* Initial network backend work (#509600)Alexander Larsson2008-02-201-0/+51
2008-02-20 Alexander Larsson <alexl@redhat.com> * daemon/Makefile.am: * daemon/gvfsbackendnetwork.[ch]: * daemon/network.mount.in: Initial network backend work (#509600) svn path=/trunk/; revision=1307