I think I found the piece of code that opens up evolution when we double-click a day in the calendar:
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/maverick/gnome-panel/maverick/view/head:/applets/clock/calendar-window.c
The function is called: calendar_day_activated() and it composes a string of the date picked in the calendar "broken down to UTC". (I'm in TZ CET)
There is a peculiar comment:
/* FIXME: once bug 409200 is fixed, we'll have to make this hh:mm:ss * instead of hhmmss */
Maybe it has something to do with the bug? What is the bug 409200?
I think I found the piece of code that opens up evolution when we double-click a day in the calendar:
http:// bazaar. launchpad. net/~ubuntu- branches/ ubuntu/ maverick/ gnome-panel/ maverick/ view/head: /applets/ clock/calendar- window. c
The function is called: calendar_ day_activated( ) and it composes a string of the date picked in the calendar "broken down to UTC". (I'm in TZ CET)
There is a peculiar comment:
/* FIXME: once bug 409200 is fixed, we'll have to make this hh:mm:ss
* instead of hhmmss */
Maybe it has something to do with the bug?
What is the bug 409200?