diff options
author | karl-qdh <karl@qdh.org.uk> | 2011-03-06 14:28:05 +0000 |
---|---|---|
committer | karl-qdh <karl@qdh.org.uk> | 2011-03-06 14:28:05 +0000 |
commit | 9485b01a79c5a7ebe563986295acf24f6ce7df1a (patch) | |
tree | ed844b381cc360129a6a2811096b181717cb6c2e /src/datetime-service.c | |
parent | 4ce8247b7f2dd26a9145bd2147f04a3702144032 (diff) | |
download | ayatana-indicator-datetime-9485b01a79c5a7ebe563986295acf24f6ce7df1a.tar.gz ayatana-indicator-datetime-9485b01a79c5a7ebe563986295acf24f6ce7df1a.tar.bz2 ayatana-indicator-datetime-9485b01a79c5a7ebe563986295acf24f6ce7df1a.zip |
Hooking up the signals from the calendar and getting it working on service side
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 6f38004..ffaafb0 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -279,7 +279,7 @@ activate_cb (DbusmenuMenuitem * menuitem, guint timestamp, const gchar *command) static gboolean month_changed_cb (DbusmenuMenuitem * menuitem, GVariant *variant, guint timestamp) { - // BLOCKED: We're not getting the signal from calendar the ido calendar menuitem + // BLOCKED: Get string from the variant causes segfault in glib // TODO: * Decode the month/year from the string we received // * Check what our current month/year are // * Set some globals so when we-re-run update appointment menu items it gets the right start date |