summaryrefslogtreecommitdiff
path: root/client/gdaemonfileenumerator.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:27:59 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:27:59 +0000
commit494f52d08d58c96d26d01909dca692a7f23f45b9 (patch)
tree1a3c923558e6728ccc9d543d3c7dd6c5d2e6bb7f /client/gdaemonfileenumerator.c
parentee81a63d01b104c99a50f9f52353b593d9c0efe4 (diff)
downloadgvfs-494f52d08d58c96d26d01909dca692a7f23f45b9.tar.gz
Rename mount daemon main interface to Mount, instead of MountPoint
Clean up some dbus interface define names Original git commit by Alexander Larsson <alexl@redhat.com> at 1178704724 +0200 svn path=/trunk/; revision=530
Diffstat (limited to 'client/gdaemonfileenumerator.c')
-rw-r--r--client/gdaemonfileenumerator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/gdaemonfileenumerator.c b/client/gdaemonfileenumerator.c
index add1b0e2..9cec43fb 100644
--- a/client/gdaemonfileenumerator.c
+++ b/client/gdaemonfileenumerator.c
@@ -112,13 +112,13 @@ g_daemon_file_enumerator_dbus_filter (DBusConnection *connection,
member = dbus_message_get_member (message);
- if (strcmp (member, G_VFS_DBUS_ENUMERATOR_DONE) == 0)
+ if (strcmp (member, G_VFS_DBUS_ENUMERATOR_OP_DONE) == 0)
{
G_LOCK (infos);
enumerator->done = TRUE;
G_UNLOCK (infos);
}
- else if (strcmp (member, G_VFS_DBUS_ENUMERATOR_GOT_INFO) == 0)
+ else if (strcmp (member, G_VFS_DBUS_ENUMERATOR_OP_GOT_INFO) == 0)
{
infos = NULL;