[rygel-grilo] Set root's Parent to itself
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel-grilo] Set root's Parent to itself
- Date: Mon, 24 May 2010 10:29:03 +0000 (UTC)
commit 5d702ff2acf7566b4dcf4722474ba438a4137d8c
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Mon May 24 10:05:52 2010 +0200
Set root's Parent to itself
Previously, root's parent was "".
But it changed in last review of spec.
lib/media-server1-server.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/media-server1-server.c b/lib/media-server1-server.c
index 528af49..912d538 100644
--- a/lib/media-server1-server.c
+++ b/lib/media-server1-server.c
@@ -855,7 +855,7 @@ items_handler (DBusConnection *c,
"Get")) {
return handle_get_message (c, m, userdata);
} else if (dbus_message_is_method_call (m,
- "org.freedesktop.DBusProperties",
+ "org.freedesktop.DBus.Properties",
"GetAll")) {
return handle_get_all_message (c, m, userdata);
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]