Nick Treleaven schrieb am 29.12.2005 00:15:
Enrico Troeger wrote:
Yes, I just committed a fixed version of dialogs.c into CVS(should appear within the next 5 hours).
Hi, I just tried the dialogs.c from CVS and for me it fixes the 'not found' dialog segfault with % strings.
BTW I think you can do: dialog = gtk_message_dialog_new(GTK_WINDOW(app->window), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, "%s", string);
Done. ;-)
Thanks, Enrico