[Geany] Crash in geany 0.3 while searching for %size
Nick Treleaven
nick.treleaven at xxxxx
Wed Dec 28 23:15:47 UTC 2005
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
More information about the Users
mailing list