After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 156681 - Clock applet opens evolution at the wrong date
Clock applet opens evolution at the wrong date
Status: RESOLVED DUPLICATE of bug 162305
Product: gnome-panel
Classification: Other
Component: clock
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 159741 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-10-28 10:34 UTC by Marco Pesenti Gritti
Modified: 2004-12-30 21:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marco Pesenti Gritti 2004-10-28 10:34:25 UTC
When you double click a date entry in the calendar it opens evolution on the
current date instead of the clicked date.

clock.c 1162

static void
calendar_day_activated (ClockData *cd)
{
        /* FIXME: should be able to launch the editor for
         *        the specific day
         */
        calendar_client_launch_editor (cd->client,
                                       CALENDAR_EVENT_APPOINTMENT,
                                       gtk_widget_get_screen (cd->calendar),
                                       NULL);
}
Comment 1 William Jon McCann 2004-10-29 17:55:49 UTC
Couldn't agree more. ;)  There is currently no way to do this with Evolution.

http://lists.ximian.com/archives/public/evolution-hackers/2003-December/002280.html
Comment 2 Vincent Untz 2004-11-28 21:23:40 UTC
*** Bug 159741 has been marked as a duplicate of this bug. ***
Comment 3 Vincent Untz 2004-12-23 09:37:02 UTC
Sorry for the spam. Confirming some bugs.
 Filter on "VINCENT CONFIRMS" to ignore.
Comment 4 Vincent Untz 2004-12-30 21:42:12 UTC
Bug #162305 has a patch.

*** This bug has been marked as a duplicate of 162305 ***