Re: How do I use e_passwords_ask_password() without segvs?
Jules Colding <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.devel |
|---|---|
| Message-ID | <[email protected]> |
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 gtk_icon_set_render_icon() and I > > have no idea of why this happens. > > You don't call gtk_init() so any calls to GTK will randomly crash. Yep, that was it. Thanks a lot :-) jules