[Xfce4-commits] <postler:master> Non-fatal, concrete message when selecting folder
Christian Dywan
noreply at xfce.org
Mon Dec 20 04:58:04 CET 2010
Updating branch refs/heads/master
to cd2374317d5993c983c6f90f85d13083c3b9ef1b (commit)
from ae097398981cf2c4459f6a258e1412211f8a1dcd (commit)
commit cd2374317d5993c983c6f90f85d13083c3b9ef1b
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Dec 20 01:32:45 2010 +0100
Non-fatal, concrete message when selecting folder
postler/postler-folders.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/postler/postler-folders.vala b/postler/postler-folders.vala
index d6c1646..0e1c0cc 100644
--- a/postler/postler-folders.vala
+++ b/postler/postler-folders.vala
@@ -304,7 +304,8 @@ public class Postler.Folders : Gtk.TreeView {
msg.move (destination, FileCopyFlags.NONE);
}
} catch (Error error) {
- GLib.error (error.message);
+ GLib.warning (_("Failed to select folder \"%s\": %s"),
+ location, error.message);
}
}
else
More information about the Xfce4-commits
mailing list