diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 12:26:32 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 12:26:32 +0000 |
commit | 855de8aa13dfae77d914288587b03f8302bddbb2 (patch) | |
tree | 90679f78556be6ffc8bfe3068d14fcc530057215 /common/gmountoperationdbus.c | |
parent | 865a5bf84655f95e575b14c0c8f4aa33c4b84c2e (diff) | |
download | gvfs-855de8aa13dfae77d914288587b03f8302bddbb2.tar.gz |
Remove G_IO_ERROR_INTERNAL_ERROR and replace with FAILED or more specific errors
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1174386775 +0100
svn path=/trunk/; revision=408
Diffstat (limited to 'common/gmountoperationdbus.c')
-rw-r--r-- | common/gmountoperationdbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gmountoperationdbus.c b/common/gmountoperationdbus.c index 0e0694fa..f6aba91e 100644 --- a/common/gmountoperationdbus.c +++ b/common/gmountoperationdbus.c @@ -370,7 +370,7 @@ mount_op_done (GMountOperationDBus *op_dbus, code, error_message); else { - g_set_error (&error, G_IO_ERROR, G_IO_ERROR_INTERNAL_ERROR, + g_set_error (&error, G_IO_ERROR, G_IO_ERROR_FAILED, "Can't parse mount error: %s", derror.message); dbus_error_free (&derror); } |