diff options
author | karl-qdh <karl@qdh.org.uk> | 2011-01-12 11:25:04 +0000 |
---|---|---|
committer | karl-qdh <karl@qdh.org.uk> | 2011-01-12 11:25:04 +0000 |
commit | b54626d404eccdc07b2bac09301d5e28dcc838f2 (patch) | |
tree | 090ec57604d312a66a1d6e6541636d83d00d0142 /src/datetime-service.c | |
parent | afdb696699f886959a92476cf76f30718f097838 (diff) | |
download | ayatana-indicator-datetime-b54626d404eccdc07b2bac09301d5e28dcc838f2.tar.gz ayatana-indicator-datetime-b54626d404eccdc07b2bac09301d5e28dcc838f2.tar.bz2 ayatana-indicator-datetime-b54626d404eccdc07b2bac09301d5e28dcc838f2.zip |
Added missing stuff, getting it ready to be buildable
Diffstat (limited to 'src/datetime-service.c')
-rw-r--r-- | src/datetime-service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c index 814c9c6..33c8f30 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -307,6 +307,7 @@ update_appointment_menu_items (gpointer user_data) { // TODO: now we pull out the URI for the calendar event and try to create a URI that'll work when we execute evolution // not sure if the ical URL property is actually an evolution compatible URI and no real way to tell other than testing + // We may need to change this to ecalcomponenets to get something closer to the evolution URI p = icalcomponent_get_first_property(icalcomp, ICAL_URL_PROPERTY); v = icalproperty_get_value(p); uri = icalvalue_get_string(v); |