To add to what jules has said. If you want to popup error dialogs from the calendar backends, e_cal_backend_notify_error can be used. I could not find a similar API in addressbook though.
For prompting the authentication from the backend the API, e_cal_backend_notify_auth_required can be used. - Chenthill. On Wed, 2007-06-20 at 14:10 -0700, Scott Herscher wrote: > Thanks Jules! Appreciate the help. > > Scott > > On Jun 20, 2007, at 12:29 AM, Jules Colding wrote: > > > On Tue, 2007-06-19 at 16:59 -0700, Scott Herscher wrote: > >> Okay, hopefully this will be my last question of the day. I'd like to > >> throw up a dialog box in my Zimbra Connector for Evolution when a > >> server's SSL certificate is bad. I was going down the path of using > >> gtk_message_dialog_new(...), but it doesn't seem to be working. > >> > >> So I have two questions: > >> > >> 1) Is there a better way of notifying the user of SSL certificate > >> problems than using gtk_message_dialog_new? > > > > I've had the same problem in e-b when trying to get input (passwords) > > from the user. I ended up coding a separate helper application that > > displayed the dialog. > > > > No other way to do it I'm afraid... > > > > HTH, > > jules > > > > > > _______________________________________________ > Evolution-hackers mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/evolution-hackers Novell, Inc. Software for the Open Enterprise⢠http://www.novell.com _______________________________________________ Evolution-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-hackers
