Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-07-18 20:35:47 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-07-18 20:35:47 (GMT)
commitf21729e216f246b3efd10fb0fb87f98ab0e74d8e (patch)
treef43917d0efbccec1099a7695d7a06e980554f3f8 /pdf/xpdf
parentc3e3138488e6f46fa632ec0f6b9f4e7c2d5a6d2e (diff)
use more informative error messages when emitting loading-failed. Kill
* xpdf/gpdf-persist-file.cc (impl_bonobo_persist_file_load): use more informative error messages when emitting loading-failed. Kill gotos :-). Whitespace cleanups. * xpdf/gpdf-control.cc (persist_file_loading_failed_cb): kill redundancy in error message; unset PDF document. * xpdf/eog-hig-dialog.c (eog_hig_dialog_new): remove a newline
Diffstat (limited to 'pdf/xpdf')
-rw-r--r--pdf/xpdf/eog-hig-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/xpdf/eog-hig-dialog.c b/pdf/xpdf/eog-hig-dialog.c
index 121e844..f6b95b3 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,
- "<span weight=\"bold\" size=\"larger\">%s</span>\n\n%s\n", header, body);
+ "<span weight=\"bold\" size=\"larger\">%s</span>\n\n%s", header, body);
}
else {
g_snprintf (message, message_len,