[packagekit] Python fork() question
Richard Hughes
hughsient at gmail.com
Sun Mar 2 13:47:35 PST 2008
On Sun, 2008-03-02 at 09:15 -0500, Robin Norwood wrote:
> I lie. The crash still happens when I set it back to 50 - must have
> been one of the recent commits though, because I did a git pull before
> I made that change, and I didn't get the crash last night.
Fixed in ffece5fab7c82e1c5896a257afd5dfc50c5c262f - sorry for the
inconvenience - for some reason this is valid:
gtk_message_dialog_format_secondary_markup (GTK_MESSAGE_DIALOG (dialog), "%s", escaped_details);
but not:
gtk_message_dialog_format_secondary_markup (GTK_MESSAGE_DIALOG (dialog), escaped_details);
Richard.
More information about the PackageKit
mailing list