Updating branch refs/heads/master
to e7eafb3ed39588fba3e6cb698d69dc7c53a1dc88 (commit)
from f6225311cd1ec4f2bc1511dda01253a92be65a62 (commit)
commit e7eafb3ed39588fba3e6cb698d69dc7c53a1dc88
Author: Christian Dywan <[email protected]>
Date: Fri Jul 2 21:55:55 2010 +0200
Show the offending filename in content error message
postler/postler-content.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index 5c0b111..64b8265 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -568,10 +568,11 @@ public class Postler.Content : WebKit.WebView {
<body>
<h1>%s</h1>
<p>%s</p>
+ <p>%s</p>
</body>
""".
printf (_("Error"), _("Error"),
- contents_error.message),
+ contents.get_path (), contents_error.message),
"text/html", "UTF-8", "about:blank");
GLib.critical (_("Failed to read message \"%s\": %s"),
contents.get_path (), contents_error.message);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits