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