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);
instead of using NULL and gtk_message_dialog_set_markup - avoiding Pango Markup formatting - but it doesn't matter too much for the 'not found' dialog :)
Thanks, Nick