summaryrefslogtreecommitdiff
path: root/common/gmountsource.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 12:24:55 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 12:24:55 +0000
commitb5a8bd71c75891c27c540fe23ff30ea9807f01dc (patch)
treeca2cc42088c6b984cea74c482ba4edb80d9d0c33 /common/gmountsource.c
parent43ac643a5bf62d442be8f5b0aecf0fda7ccb8088 (diff)
downloadgvfs-b5a8bd71c75891c27c540fe23ff30ea9807f01dc.tar.gz
Rename G_VFS_ERROR to G_IO_ERROR
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1174383743 +0100 svn path=/trunk/; revision=405
Diffstat (limited to 'common/gmountsource.c')
-rw-r--r--common/gmountsource.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gmountsource.c b/common/gmountsource.c
index b375299f..ebcf520c 100644
--- a/common/gmountsource.c
+++ b/common/gmountsource.c
@@ -2,7 +2,7 @@
#include <gmountsource.h>
#include <gdbusutils.h>
-#include <gio/gvfserror.h>
+#include <gio/gioerror.h>
#include <gvfsdaemonprotocol.h>
struct _GMountSource
@@ -136,7 +136,7 @@ send_sync_and_unref (DBusMessage *message,
connection = dbus_bus_get (DBUS_BUS_SESSION, &derror);
if (connection == NULL)
{
- g_set_error (error, G_VFS_ERROR, G_VFS_ERROR_INTERNAL_ERROR,
+ g_set_error (error, G_IO_ERROR, G_IO_ERROR_INTERNAL_ERROR,
"Can't open dbus connection");
dbus_message_unref (message);
return NULL;