X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2Feog-hig-dialog.c;h=791d43775fb82825125a36c8a61342786dac7209;hb=6c85243ff859071be4fd2a3847b0fc2086206d31;hp=121e84426952699e113be399e048d75273605376;hpb=c3e3138488e6f46fa632ec0f6b9f4e7c2d5a6d2e;p=evince.git diff --git a/pdf/xpdf/eog-hig-dialog.c b/pdf/xpdf/eog-hig-dialog.c index 121e8442..791d4377 100644 --- a/pdf/xpdf/eog-hig-dialog.c +++ b/pdf/xpdf/eog-hig-dialog.c @@ -65,7 +65,7 @@ eog_hig_dialog_new (const char *stock_id, const char *header, const char *body, if (body != NULL) { g_snprintf (message, message_len, - "%s\n\n%s\n", header, body); + "%s\n\n%s", header, body); } else { g_snprintf (message, message_len, @@ -83,7 +83,7 @@ eog_hig_dialog_new (const char *stock_id, const char *header, const char *body, gtk_widget_show_all (hbox); gtk_container_add (GTK_CONTAINER (GTK_DIALOG (dlg)->vbox), hbox); - g_object_set (G_OBJECT (GTK_DIALOG (dlg)->vbox), "spacing", 12); + g_object_set (G_OBJECT (GTK_DIALOG (dlg)->vbox), "spacing", 12, NULL); return dlg; }