diff options
author | Ted Gould <ted@gould.cx> | 2010-11-23 13:22:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-23 13:22:40 -0600 |
commit | c661b1ec2a71c8e78e72db7f72116a205059e292 (patch) | |
tree | 438bc6aa78117a4108a4f4af41cb8326eccbbb4f /libdbusmenu-glib | |
parent | 92d355c18217c43c358ccda9d6eb74af9eed30d9 (diff) | |
download | libdbusmenu-c661b1ec2a71c8e78e72db7f72116a205059e292.tar.gz libdbusmenu-c661b1ec2a71c8e78e72db7f72116a205059e292.tar.bz2 libdbusmenu-c661b1ec2a71c8e78e72db7f72116a205059e292.zip |
Adding another todo about the properties... need to do that everywhere
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c index be35dde..a918f43 100644 --- a/libdbusmenu-glib/client.c +++ b/libdbusmenu-glib/client.c @@ -591,6 +591,7 @@ get_properties_idle (gpointer user_data) /* Build up a prop list to pass */ g_variant_builder_init(&builder, g_variant_type_new("as")); + /* TODO: need to use delayed property list here */ GVariant * variant_props = g_variant_builder_end(&builder); /* Combine them into a value for the parameter */ |