[gvfs] Use dash for proeprty name, not underline
- From: Benjamin Otte <otte src gnome org>
- To: svn-commits-list gnome org
- Subject: [gvfs] Use dash for proeprty name, not underline
- Date: Mon, 20 Jul 2009 15:17:38 +0000 (UTC)
commit 96efbdf2b49ccf79f79ebd588ac10313cc1c2a0d
Author: Benjamin Otte <otte gnome org>
Date: Mon Jul 20 17:08:25 2009 +0200
Use dash for proeprty name, not underline
daemon/gvfsdaemon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gvfsdaemon.c b/daemon/gvfsdaemon.c
index 8b7d521..ef409b7 100644
--- a/daemon/gvfsdaemon.c
+++ b/daemon/gvfsdaemon.c
@@ -1057,7 +1057,7 @@ g_vfs_daemon_initiate_mount (GVfsDaemon *daemon,
obj_path = g_strdup_printf ("/org/gtk/vfs/mount/%d", ++daemon->mount_counter);
backend = g_object_new (backend_type,
"daemon", daemon,
- "object_path", obj_path,
+ "object-path", obj_path,
NULL);
g_free (obj_path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]