GNOME Bugzilla – Bug 678292
Due Date does not display in follow-up flag dialogue box
Last modified: 2012-06-20 13:58:59 UTC
Created attachment 216649 [details] Screen dump of evolution follow-up screen Hi, when pressing "shift+ctrl+G" to add a follow-up flag to an e-mail, the appropriate follow-up windows is displayed, with the messages andthe due date text displays, but no entry area for the date is displayed. I am using Fedora 17 (Beefy Miracle) with Evolution 3.4.2 See attached file for screen dump. Regards Enrico
Confirming in 3.2.3.
I decided to try and do some more digging on this, and ran Evolution from a shell, and this is what I get when pressing <shift+ctrl> G ** (evolution:7489): WARNING **: Could not find widget 'target_date' (evolution:7489): GLib-GObject-CRITICAL **: g_object_bind_property_full: assertion `G_IS_OBJECT (target)' failed (evolution:7489): GLib-GObject-CRITICAL **: g_object_bind_property_full: assertion `G_IS_OBJECT (target)' failed Regards Enrico
All appearances of target_date are in mail/e-mail-tag-editor.c
Created attachment 216835 [details] [review] evo patch for evolution; Strange, it seems it was removed by accident from the ui file. You can apply the patch to /usr/share/evolution/3.4/ui/mail-dialogs.ui and it'll add the button to the dialog.
Created commit d057ced in evo master (3.5.3+) Created commit 46976ee in evo gnome-3-4 (3.4.4+)
Brilliant, the patch works! Regards Enrico