diff options
author | Ted Gould <ted@gould.cx> | 2011-03-30 10:29:58 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-30 10:29:58 -0500 |
commit | fb7e5a07951216e5771614b92f4a49f57807b337 (patch) | |
tree | 080c1067087995d6066931d8477b00d9fe41a45f /src/datetime-service.c | |
parent | afdaa937487ff3db6077d851132ea7ae2353bf0f (diff) | |
download | ayatana-indicator-datetime-fb7e5a07951216e5771614b92f4a49f57807b337.tar.gz ayatana-indicator-datetime-fb7e5a07951216e5771614b92f4a49f57807b337.tar.bz2 ayatana-indicator-datetime-fb7e5a07951216e5771614b92f4a49f57807b337.zip |
Switching to one variable with all the marks in it
Diffstat (limited to 'src/datetime-service.c')
-rw-r--r-- | src/datetime-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c index e284418..ef67d85 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -860,7 +860,7 @@ update_appointment_menu_items (gpointer user_data) g_list_free(sorted_comp_instances); GVariant * marks = g_variant_builder_end (&markeddays); - dbusmenu_menuitem_property_set_variant (calendar, CALENDAR_MENUITEM_PROP_MARK, marks); + dbusmenu_menuitem_property_set_variant (calendar, CALENDAR_MENUITEM_PROP_MARKS, marks); updating_appointments = FALSE; g_debug("End of objects"); |