GNOME Bugzilla – Bug 442187
e_cal_open_default does not open default memo componant
Last modified: 2007-06-03 12:57:00 UTC
Please describe the problem: Title says it all. Sample program illustrating the problem attached, along with possible patch to fix the issue. patch credit to varadhan Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 89028 [details] Sample program to illustrate the problem
Created attachment 89029 [details] [review] Possible fix for the problem
<nzjrs_> the patch applies equally well against 1.10 as it does against 1.12 but neither work corrrectly
/me sighs Maybe there's an issue with the locally patched e-d-s. Futher comments as per IRC: "by caling the same sequence of calls that the patch does, from my application, it now works, hence I determined that the patch would work" "i.e. me manually calling e_cal_new_system_memos (); (as the patch does) instead of going via get_default() work perfectly" Adding Varadhan to the Cc list. Leaving this up to you guys. :) Feel free to accept the patch anyway, if it turns out it actually works despite comment 3.
<nzjrs_> guenther|afk: wahoo I just confirmed that the patch actually works. Must have been me setting the env vars incorrectly More news... Setting patch status to "reviewed", since there is no "commented on". Varadhan, your patch. :-)
Oh, and... Thanks for working on this, John. And Varadhan, of course.
The patch looks good. Please commit it to svn HEAD and stable branch.
Thanks John, varadhan and guenther :)