Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234079
Collapse All | Expand All

(-)yelp-2.22.1.orig/src/yelp-window.c (-1 / +1 lines)
Lines 1154-1160 window_error (YelpWindow *window, gchar Link Here
1154
	 GTK_BUTTONS_OK,
1154
	 GTK_BUTTONS_OK,
1155
	 title);
1155
	 title);
1156
    gtk_message_dialog_format_secondary_markup
1156
    gtk_message_dialog_format_secondary_markup
1157
	(GTK_MESSAGE_DIALOG (dialog), message);
1157
	(GTK_MESSAGE_DIALOG (dialog), "%s", message);
1158
	 gtk_dialog_run (GTK_DIALOG (dialog));
1158
	 gtk_dialog_run (GTK_DIALOG (dialog));
1159
1159
1160
    gtk_widget_destroy (dialog);
1160
    gtk_widget_destroy (dialog);

Return to bug 234079