gvfs r1428 - in trunk: . daemon
- From: gicmo svn gnome org
- To: svn-commits-list gnome org
- Subject: gvfs r1428 - in trunk: . daemon
- Date: Thu, 28 Feb 2008 18:11:24 +0000 (GMT)
Author: gicmo
Date: Thu Feb 28 18:11:24 2008
New Revision: 1428
URL: http://svn.gnome.org/viewvc/gvfs?rev=1428&view=rev
Log:
2008-02-28 Christian Kellner <gicmo gnome org>
* daemon/gvfsbackenddav.c (g_vfs_backend_dav_init):
Mark the dav backend as user visible.
Modified:
trunk/ (props changed)
trunk/ChangeLog
trunk/daemon/gvfsbackenddav.c
Modified: trunk/daemon/gvfsbackenddav.c
==============================================================================
--- trunk/daemon/gvfsbackenddav.c (original)
+++ trunk/daemon/gvfsbackenddav.c Thu Feb 28 18:11:24 2008
@@ -114,6 +114,7 @@
static void
g_vfs_backend_dav_init (GVfsBackendDav *backend)
{
+ g_vfs_backend_set_user_visible (G_VFS_BACKEND (backend), TRUE);
}
/* ************************************************************************* */
@@ -525,7 +526,7 @@
status = NULL;
prop = NULL;
-
+
for (iter = pstat_node->children; iter; iter = iter->next)
{
if (!node_is_element (iter))
@@ -618,7 +619,7 @@
for (node = propstat.prop_node->children; node; node = node->next)
{
if (! node_is_element (node))
- continue; /* FIXME: check namespace, parse user data nodes*/
+ continue; /* TODO: check namespace, parse user data nodes*/
text = node_get_content (node);
@@ -1473,7 +1474,7 @@
_("Target file already exists"));
return;
}
- /* FIXME: other errors */
+ /* TODO: other errors */
put_msg = message_new_from_uri ("PUT", soup_message_get_uri (msg));
@@ -1494,7 +1495,7 @@
GVfsBackendHttp *op_backend;
SoupMessage *msg;
- /* FIXME: if SoupOutputStream supported chunked requests, we could
+ /* TODO: if SoupOutputStream supported chunked requests, we could
* use a PUT with "If-None-Match: *" and "Expect: 100-continue"
*/
@@ -1543,7 +1544,7 @@
_("The file was externally modified"));
return;
}
- /* FIXME: other errors */
+ /* TODO: other errors */
open_for_replace_succeeded (op_backend, job, soup_message_get_uri (msg),
soup_message_headers_get (msg->request_headers, "If-Match"));
@@ -1560,7 +1561,7 @@
GVfsBackendHttp *op_backend;
SoupURI *uri;
- /* FIXME: if SoupOutputStream supported chunked requests, we could
+ /* TODO: if SoupOutputStream supported chunked requests, we could
* use a PUT with "If-Match: ..." and "Expect: 100-continue"
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]