summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-06-29 11:44:00 +0100
committerRoss Burton <ross@linux.intel.com>2011-06-29 11:44:00 +0100
commit84ac6804a8a695514dae3f62903f95c98cc23d57 (patch)
tree973ad9f0004ae532b4d0b4a160013c4388bf30d5
parent3652e1f37e82b8e63983e30fda3482cd099a8cf5 (diff)
Fix the getter for the path property in GypsyTime
-rw-r--r--gypsy/gypsy-time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gypsy/gypsy-time.c b/gypsy/gypsy-time.c
index a7ce33d..9b4e101 100644
--- a/gypsy/gypsy-time.c
+++ b/gypsy/gypsy-time.c
@@ -160,6 +160,7 @@ get_property (GObject *object,
priv = GET_PRIVATE (object);
switch (prop_id) {
case PROP_PATH:
+ g_value_set_string (value, priv->object_path);
break;
default: