Re: [Evolution-hackers] How do I use e_passwords_ask_password() without segvs?

2006-04-26 Thread Jules Colding
On Wed, 2006-04-26 at 11:46 +0100, Ross Burton wrote: > On Wed, 2006-04-26 at 12:27 +0200, Jules Colding wrote: > > I am trying to invoke e_passwords_ask_password() from a standalone > > application as well as from my Calendar backend. Both attempts fails > > miserably with a segv. The segv is in g

Re: [Evolution-hackers] How do I use e_passwords_ask_password() without segvs?

2006-04-26 Thread Ross Burton
On Wed, 2006-04-26 at 12:27 +0200, Jules Colding wrote: > I am trying to invoke e_passwords_ask_password() from a standalone > application as well as from my Calendar backend. Both attempts fails > miserably with a segv. The segv is in gtk_icon_set_render_icon() and I > have no idea of why this hap

Re: [Evolution-hackers] How do I use e_passwords_ask_password() without segvs?

2006-04-26 Thread Srinivasa Ragavan
You are missing e_passwords_init (). One reason could be this. -Srini On Wed, 2006-04-26 at 12:27 +0200, Jules Colding wrote: > Hi, > > I am trying to invoke e_passwords_ask_password() from a standalone > application as well as from my Calendar backend. Both attempts fails > miserably with a segv

[Evolution-hackers] How do I use e_passwords_ask_password() without segvs?

2006-04-26 Thread Jules Colding
Hi, I am trying to invoke e_passwords_ask_password() from a standalone application as well as from my Calendar backend. Both attempts fails miserably with a segv. The segv is in gtk_icon_set_render_icon() and I have no idea of why this happens. The standalone test code that calls e_passwords_ask_