[gvfs] google: Fix the error string to respect the freeze and for consistency



commit 982fb11ad7b62867c2e97ffb0b4466d110421986
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Sep 9 19:11:02 2015 +0200

    google: Fix the error string to respect the freeze and for consistency
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754791

 daemon/gvfsbackendgoogle.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/daemon/gvfsbackendgoogle.c b/daemon/gvfsbackendgoogle.c
index f0e2b16..9ef7e93 100644
--- a/daemon/gvfsbackendgoogle.c
+++ b/daemon/gvfsbackendgoogle.c
@@ -2537,10 +2537,7 @@ g_vfs_backend_google_replace (GVfsBackend         *_self,
 
   if (g_strcmp0 (filename, "/") == 0)
     {
-      g_vfs_job_failed (G_VFS_JOB (job),
-                        G_IO_ERROR,
-                        G_IO_ERROR_NOT_SUPPORTED,
-                        _("Can not create root directory"));
+      g_vfs_job_failed (G_VFS_JOB (job), G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED, _("Operation unsupported"));
       goto out;
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]