https://bugzilla.novell.com/show_bug.cgi?id=440866 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440866#c8 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High AssignedTo|bnc-team-gnome@forge.provo. |vuntz@novell.com |novell.com | Summary|Clicking on "Locations" in |Call e_passwords_init() in |the clock hangs the Desktop |the clock applet --- Comment #8 from Vincent Untz <vuntz@novell.com> 2009-01-21 09:22:11 MST --- Bug 461307 has the patch: --- applets/clock/calendar-sources.c.orig 2008-12-19 15:57:59.000000000 +0100 +++ applets/clock/calendar-sources.c 2008-12-19 15:58:30.000000000 +0100 @@ -345,6 +345,7 @@ return NULL; } + e_passwords_init(); e_cal_set_auth_func (retval, auth_func_cb, NULL); return retval; And I mentioned: calendar_sources_class_init() or calendar_client_class_init() would be a better place for the call. I just asked some evo hackers about all this to be sure it's correct and nothing else is needed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.