GNOME Bugzilla – Bug 754791
Fix an error string and few minor things
Last modified: 2016-06-29 11:25:20 UTC
I thought I had not introduced any new strings, but I was wrong. "Can not create root directory" should be replaced with "Operation unsupported" to respect the string freeze and for consistency.
Created attachment 311010 [details] [review] google: Use the more appropriate method for setting errors
Created attachment 311011 [details] [review] google: Fix the error string to respect the freeze and for consistency
Review of attachment 311010 [details] [review]: I do not see any reason for this patch (except consistency with the rest of the backend). Look at following declarations: void g_vfs_job_failed_literal (GVfsJob *job, GQuark domain, gint code, const gchar *message); void g_vfs_job_failed (GVfsJob *job, GQuark domain, gint code, const gchar *format, ...); So g_vfs_job_failed_literal looks more suitable for this task, g_vfs_job_failed_literal is called from g_vfs_job_failed anyway. It makes sense to me to make patch to use g_vfs_job_failed_literal also in the rest of the code, but I don't think this is necessary...
Review of attachment 311011 [details] [review]: This is ok...
Comment on attachment 311011 [details] [review] google: Fix the error string to respect the freeze and for consistency Thanks, Ondrej. Pushed to master.
This bug might be closed, mightn't be?